COLOR #CA6F76

HEX: #CA6F76 RGB: (202,111,118)

Color info

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

RGB color model

#CA6F76 color RGB value is (202,111,118).

RGB: (202,111,118) (79%, 44%, 46%)

RGB channels and saturation

R 202 of 255 = 79%
G 111 of 255 = 44%
B 118 of 255 = 46%

202
111
118

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

Portions of RGB colors in percentages

R + G + B = 202 + 111 + 118 = 431 (100%)
R 202 of 431 ~ 46.87%
G 111 of 431 ~ 25.75%
B 118 of 431 ~ 27.38'%

%46.87
%25.75
%27.38

CMYK color model

#CA6F76 color CMYK value is (0,45,42,21).

  • cyan value is 0.00%
  • magenta value is 45.05%
  • yellow value is 41.58%
  • key color value is 20.78%

CMYK: (0,45,42,21)
C0M45Y42K21 (0%, 45%, 42%, 21%)
(0.00 / 0.45 / 0.42 / 0.21)

CMYK percentages

%0
%45.05
%41.58
%20.78

Codes

Color #CA6F76 in popluar color models

CA 6F 76
RGB 202 111 118
HSL 355° 46.19% 61.37%
HSB/HSV 355° 45.05% 79.22%
CMYK 0.00% 45.05% 41.58%
20.78%

Color #CA6F76 in popluar number systems.

HEX CA 6F 76
Decimal 202 111 118
Binary 11001010 1101111 1110110
Octal 312 157 166

Shades and tints

Shades of #CA6F76

#CA6F76
(202,111,118)
#B8656C
(184,101,108)
#A65B62
(166,91,98)
#945158
(148,81,88)
#82474E
(130,71,78)
#703D44
(112,61,68)
#5E333A
(94,51,58)
#4C2930
(76,41,48)
#3A1F26
(58,31,38)
#28151C
(40,21,28)
#160B12
(22,11,18)
#000000
(0,0,0)

Tints of #CA6F76

#CA6F76
(202,111,118)
#CE7C82
(206,124,130)
#D2898E
(210,137,142)
#D6969A
(214,150,154)
#DAA3A6
(218,163,166)
#DEB0B2
(222,176,178)
#E2BDBE
(226,189,190)
#E6CACA
(230,202,202)
#EAD7D6
(234,215,214)
#EEE4E2
(238,228,226)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA6F76 color. Also use rgb(202,111,118) instead hex code.

Text Font Color

.myTextColor { color: #CA6F76; }

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

This text font color is #CA6F76.

Background Color

.myBgColor { background-color: #CA6F76; }

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

This div background color is #CA6F76.

Border color

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

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

This div border color is #CA6F76.

Opacity

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

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

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

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

This text has shadow with #CA6F76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA6F76.

Preview

Color preview on black background

This text has color #CA6F76 on black background.


Color preview on white background

This text has color #CA6F76 on white background.


Black color preview on #CA6F76 background

This text has black color on #CA6F76 background.


White color preview on #CA6F76 background

This text has white color on #CA6F76 background.


Related colors

Complementary color

Complementary color for #hex is #359089.


I love getcolorcode.com

Triadic colors

1 #76CA6F and #6F76CA with #CA6F76 are triadic colors.

2 #766FCA and #6FCA76 with #CA6F76 are triadic colors.