COLOR #C8CA95

HEX: #C8CA95 RGB: (200,202,149)

Color info

#C8CA95 contains red, green and blue colors in about the same proportion. Web safe color of #C8CA95 is #CCCC99 (or #CC9).

RGB color model

#C8CA95 color RGB value is (200,202,149).

RGB: (200,202,149) (78%, 79%, 58%)

RGB channels and saturation

R 200 of 255 = 78%
G 202 of 255 = 79%
B 149 of 255 = 58%

200
202
149

R + G + B ~ 72%. #C8CA95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 202 + 149 = 551 (100%)
R 200 of 551 ~ 36.3%
G 202 of 551 ~ 36.66%
B 149 of 551 ~ 27.04'%

%36.3
%36.66
%27.04

CMYK color model

#C8CA95 color CMYK value is (1,0,26,21).

  • cyan value is 0.99%
  • magenta value is 0.00%
  • yellow value is 26.24%
  • key color value is 20.78%
CMYK: (1,0,26,21) C1M0Y26K21 (1%,0%,26%,21%) (0.01/0.00/0.26/0.21) 

CMYK percentages

%0.99
%0
%26.24
%20.78

Codes

Color #C8CA95 in popluar color models

C8 CA 95
RGB 200 202 149
HSL 62° 33.33% 68.82%
HSB/HSV 62° 26.24% 79.22%
CMYK 0.99% 0.00% 26.24%
20.78%

Color #C8CA95 in popluar number systems.

HEX C8 CA 95
Decimal 200 202 149
Binary 11001000 11001010 10010101
Octal 310 312 225

Shades and tints

Shades of #C8CA95

#C8CA95
(200,202,149)
#B6B888
(182,184,136)
#A4A67B
(164,166,123)
#92946E
(146,148,110)
#808261
(128,130,97)
#6E7054
(110,112,84)
#5C5E47
(92,94,71)
#4A4C3A
(74,76,58)
#383A2D
(56,58,45)
#262820
(38,40,32)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #C8CA95

#C8CA95
(200,202,149)
#CDCE9E
(205,206,158)
#D2D2A7
(210,210,167)
#D7D6B0
(215,214,176)
#DCDAB9
(220,218,185)
#E1DEC2
(225,222,194)
#E6E2CB
(230,226,203)
#EBE6D4
(235,230,212)
#F0EADD
(240,234,221)
#F5EEE6
(245,238,230)
#FAF2EF
(250,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8CA95 color. Also use rgb(200,202,149) instead hex code.

Text Font Color

.myTextColor { color: #C8CA95; }

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

This text font color is #C8CA95.

Background Color

.myBgColor { background-color: #C8CA95; }

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

This div background color is #C8CA95.

Border color

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

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

This div border color is #C8CA95.

Opacity

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

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

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

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

This text has shadow with #C8CA95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8CA95.

Preview

Color preview on black background

This text has color #C8CA95 on black background.


Color preview on white background

This text has color #C8CA95 on white background.


Black color preview on #C8CA95 background

This text has black color on #C8CA95 background.


White color preview on #C8CA95 background

This text has white color on #C8CA95 background.


Related colors

Complementary color

Complementary color for #hex is #37356A.


I love getcolorcode.com

Triadic colors

1 #95C8CA and #CA95C8 with #C8CA95 are triadic colors.

2 #95CAC8 and #CAC895 with #C8CA95 are triadic colors.