COLOR #CA625C

HEX: #CA625C
RGB: (202,98,92)

Color info

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

RGB color model

#CA625C color RGB value is (202,98,92).

  • red value is 202;
  • green value is 98;
  • blue value is 92.
RGB:
(202,98,92)
(79%,38%,36%)

RGB channels and saturation

R 202 of 255 = 79%
G 98 of 255 = 38%
B 92 of 255 = 36%

202
98
92

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

Portions of RGB colors in percentages

R + G + B =
202 + 98 + 92 = 392 (100%)
R 202 of 392 ~ 51.53%
G 98 of 392 ~ 25%
B 92 of 392 ~ 23.47%

%51.53
%25
%23.47

CMYK color model

#CA625C color CMYK value is (0,51,54,21).

  • cyan value is 0.00%
  • magenta value is 51.49%
  • yellow value is 54.46%
  • key color value is 20.78%
CMYK:
(0,51,54,21)
C0M51Y54K21 
(0%,51%,54%,21%)
(0.00/0.51/0.54/0.21)	

CMYK percentages

%0
%51.49
%54.46
%20.78

Codes

Color #CA625C in popluar color models

CA625C
RGB2029892
HSL50.93%57.65%
HSB/HSV54.46%79.22%
CMYK0.00%51.49%54.46%
20.78%

Color #CA625C in popluar number systems.

HEXCA625C
Decimal2029892
Binary1100101011000101011100
Octal312142134

Shades and tints

Shades of #CA625C

#CA625C
(202,98,92)
#B85A54
(184,90,84)
#A6524C
(166,82,76)
#944A44
(148,74,68)
#82423C
(130,66,60)
#703A34
(112,58,52)
#5E322C
(94,50,44)
#4C2A24
(76,42,36)
#3A221C
(58,34,28)
#281A14
(40,26,20)
#16120C
(22,18,12)
#000000
(0,0,0)

Tints of #CA625C

#CA625C
(202,98,92)
#CE706A
(206,112,106)
#D27E78
(210,126,120)
#D68C86
(214,140,134)
#DA9A94
(218,154,148)
#DEA8A2
(222,168,162)
#E2B6B0
(226,182,176)
#E6C4BE
(230,196,190)
#EAD2CC
(234,210,204)
#EEE0DA
(238,224,218)
#F2EEE8
(242,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA625C color. Also use rgb(202,98,92) instead hex code.

Text Font Color

.myTextColor { color: #CA625C; }

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

This text font color is #CA625C.


Background Color

.myBgColor { background-color: #CA625C; }

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

This div background color is #CA625C.


Border color

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

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

This div border color is #CA625C.


Opacity

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

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

Text with #CA625C 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 #CA625C;}

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

This text has shadow with #CA625C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA625C on black background.


Color preview on white background

This text has color #CA625C on white background.



Black color preview on #CA625C background

This text has black color on #CA625C background.


White color preview on #CA625C background

This text has white color on #CA625C background.