COLOR #CA9F75

HEX: #CA9F75 RGB: (202,159,117)

Color info

#CA9F75 contains mainly red and green colors. Web safe color of #CA9F75 is #CC9966 (or #C96).

RGB color model

#CA9F75 color RGB value is (202,159,117).

RGB: (202,159,117) (79%, 62%, 46%)

RGB channels and saturation

R 202 of 255 = 79%
G 159 of 255 = 62%
B 117 of 255 = 46%

202
159
117

R + G + B ~ 62%. #CA9F75 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 159 + 117 = 478 (100%)
R 202 of 478 ~ 42.26%
G 159 of 478 ~ 33.26%
B 117 of 478 ~ 24.48'%

%42.26
%33.26
%24.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.29%
  • yellow value is 42.08%
  • key color value is 20.78%
CMYK: (0,21,42,21) C0M21Y42K21 (0%,21%,42%,21%) (0.00/0.21/0.42/0.21) 

CMYK percentages

%0
%21.29
%42.08
%20.78

Codes

Color #CA9F75 in popluar color models

CA 9F 75
RGB 202 159 117
HSL 30° 44.50% 62.55%
HSB/HSV 30° 42.08% 79.22%
CMYK 0.00% 21.29% 42.08%
20.78%

Color #CA9F75 in popluar number systems.

HEX CA 9F 75
Decimal 202 159 117
Binary 11001010 10011111 1110101
Octal 312 237 165

Shades and tints

Shades of #CA9F75

#CA9F75
(202,159,117)
#B8916B
(184,145,107)
#A68361
(166,131,97)
#947557
(148,117,87)
#82674D
(130,103,77)
#705943
(112,89,67)
#5E4B39
(94,75,57)
#4C3D2F
(76,61,47)
#3A2F25
(58,47,37)
#28211B
(40,33,27)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #CA9F75

#CA9F75
(202,159,117)
#CEA781
(206,167,129)
#D2AF8D
(210,175,141)
#D6B799
(214,183,153)
#DABFA5
(218,191,165)
#DEC7B1
(222,199,177)
#E2CFBD
(226,207,189)
#E6D7C9
(230,215,201)
#EADFD5
(234,223,213)
#EEE7E1
(238,231,225)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA9F75 color. Also use rgb(202,159,117) instead hex code.

Text Font Color

.myTextColor { color: #CA9F75; }

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

This text font color is #CA9F75.

Background Color

.myBgColor { background-color: #CA9F75; }

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

This div background color is #CA9F75.

Border color

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

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

This div border color is #CA9F75.

Opacity

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

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

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

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

This text has shadow with #CA9F75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA9F75.

Preview

Color preview on black background

This text has color #CA9F75 on black background.


Color preview on white background

This text has color #CA9F75 on white background.


Black color preview on #CA9F75 background

This text has black color on #CA9F75 background.


White color preview on #CA9F75 background

This text has white color on #CA9F75 background.


Related colors

Complementary color

Complementary color for #hex is #35608A.


I love getcolorcode.com

Triadic colors

1 #75CA9F and #9F75CA with #CA9F75 are triadic colors.

2 #759FCA and #9FCA75 with #CA9F75 are triadic colors.