#C8CCAA

Color #C8CCAA Kidnapper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kidnapper #C8CCAA

Tints of Kidnapper #C8CCAA

Color information

#C8CCAA (or 0xC8CCAA) is unknown color: approx Kidnapper. HEX triplet: C8, CC and AA. RGB value is (200,204,170). Sum of RGB (Red+Green+Blue) = 200+204+170=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CCAA is #373355. Grayscale: #C7C7C7. Windows color (decimal): -3617622 or 11193544. OLE color: 11193544.

HSL color Cylindrical-coordinate representation of color #C8CCAA: hue angle of 67.06º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8CCAA is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB200204170-
CMYK0.0200.170.2
HSL67.06º25%73.33%-
HSV(B)67.06º16.67%80%-
XYZ52.6758.3746.52-
YUV198.93111.67128.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 34.84%
GREEN value IS 204 (80.08% from 255) = 35.54%
BLUE value IS 170 (66.80% from 255) = 29.62%
R=34.84%
G=35.54%
B=29.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2002041700.0200.170.267.062573.33
HexC8CCAA201114431949
Octal31031425220212410331111
Binary11001000110011001010101010010001101001000011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CCAA; }

 p { color: rgb(200,204,170); }

 H1.HeaderClassName
 {
   color: #C8CCAA;
 }
 .AnyTagClassName
 {
   color: #C8CCAA;
 }
</style>
background-color css

<style>
 a { background-color: #C8CCAA; }

 a { background-color: rgb(200,204,170); }

 div.DivClassName
 {
   background-color: #C8CCAA;
 }
 .BgClassName
 {
   background-color: #C8CCAA;
 }
</style>
border-color css

<style>
 span { border-color: #C8CCAA; }

 span { border-color: rgb(200,204,170); }

 td.TdClassName
 {
   border-color: #C8CCAA;
 }
 .TagClassName
 {
   border-color: #C8CCAA;
 }
</style>