COLOR #C7625A

HEX: #C7625A RGB: (199,98,90)

Color info

#C7625A contains mainly red color. Web safe color of #C7625A is #CC6666 (or #C66).

RGB color model

#C7625A color RGB value is (199,98,90).

RGB: (199,98,90) (78%, 38%, 35%)

RGB channels and saturation

R 199 of 255 = 78%
G 98 of 255 = 38%
B 90 of 255 = 35%

199
98
90

R + G + B ~ 50%. #C7625A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 199 + 98 + 90 = 387 (100%)
R 199 of 387 ~ 51.42%
G 98 of 387 ~ 25.32%
B 90 of 387 ~ 23.26'%

%51.42
%25.32
%23.26

CMYK color model

#C7625A color CMYK value is (0,51,55,22).

  • cyan value is 0.00%
  • magenta value is 50.75%
  • yellow value is 54.77%
  • key color value is 21.96%
CMYK: (0,51,55,22) C0M51Y55K22 (0%,51%,55%,22%) (0.00/0.51/0.55/0.22) 

CMYK percentages

%0
%50.75
%54.77
%21.96

Codes

Color #C7625A in popluar color models

C7 62 5A
RGB 199 98 90
HSL 49.32% 56.67%
HSB/HSV 54.77% 78.04%
CMYK 0.00% 50.75% 54.77%
21.96%

Color #C7625A in popluar number systems.

HEX C7 62 5A
Decimal 199 98 90
Binary 11000111 1100010 1011010
Octal 307 142 132

Shades and tints

Shades of #C7625A

#C7625A
(199,98,90)
#B55A52
(181,90,82)
#A3524A
(163,82,74)
#914A42
(145,74,66)
#7F423A
(127,66,58)
#6D3A32
(109,58,50)
#5B322A
(91,50,42)
#492A22
(73,42,34)
#37221A
(55,34,26)
#251A12
(37,26,18)
#13120A
(19,18,10)
#000000
(0,0,0)

Tints of #C7625A

#C7625A
(199,98,90)
#CC7069
(204,112,105)
#D17E78
(209,126,120)
#D68C87
(214,140,135)
#DB9A96
(219,154,150)
#E0A8A5
(224,168,165)
#E5B6B4
(229,182,180)
#EAC4C3
(234,196,195)
#EFD2D2
(239,210,210)
#F4E0E1
(244,224,225)
#F9EEF0
(249,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7625A color. Also use rgb(199,98,90) instead hex code.

Text Font Color

.myTextColor { color: #C7625A; }

<p style="color:#C7625A">This sample text font color is #C7625A.</p>

This text font color is #C7625A.

Background Color

.myBgColor { background-color: #C7625A; }

<div style="background-color:#C7625A">Inner text</div>

This div background color is #C7625A.

Border color

.myBorderColor { border: 1px solid #C7625A; }

<div style="border:3px solid #C7625A">Div</div>

This div border color is #C7625A.

Opacity

.myOpacity80 { color: #C7625A; opacity: 0.8; }

<p style="color:#C7625A;opacity:0.8;">80%</p>

Text with #C7625A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C7625A;}

<p style="text-shadow: 3px 3px 1px #C7625A">Text here.</p>

This text has shadow with #C7625A color.


.textShadow {text-shadow: 3px 3px 1px #C7625A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C7625A, 5px 5px 20px red">Text here.</p>

This text has shadow with #C7625A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7625A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C7625A, Direction=45, Strength=4)">Text</p>

This text has shadow with #C7625A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7625A;
-webkit-box-shadow: 1px 1px 3px 2px #C7625A;
box-shadow: 1px 1px 3px 2px #C7625A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7625A; -webkit-box-shadow: 1px 1px 3px 2px #C7625A; box-shadow:1px 1px 3px 2px #C7625A;">
Div content here
</div>

This div box has shadow with color #C7625A.

Preview

Color preview on black background

This text has color #C7625A on black background.


Color preview on white background

This text has color #C7625A on white background.


Black color preview on #C7625A background

This text has black color on #C7625A background.


White color preview on #C7625A background

This text has white color on #C7625A background.


Related colors

Complementary color

Complementary color for #hex is #389DA5.


I love getcolorcode.com

Triadic colors

1 #5AC762 and #625AC7 with #C7625A are triadic colors.

2 #5A62C7 and #62C75A with #C7625A are triadic colors.