#C9CAAB

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

Shades of Kidnapper #C9CAAB

Tints of Kidnapper #C9CAAB

Color information

#C9CAAB (or 0xC9CAAB) is unknown color: approx Kidnapper. HEX triplet: C9, CA and AB. RGB value is (201,202,171). Sum of RGB (Red+Green+Blue) = 201+202+171=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CAAB is #363554. Grayscale: #C6C6C6. Windows color (decimal): -3552597 or 11258569. OLE color: 11258569.

HSL color Cylindrical-coordinate representation of color #C9CAAB: hue angle of 61.94º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9CAAB is Cyan = 0.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB201202171-
CMYK0.0000.150.21
HSL61.94º22.63%73.14%-
HSV(B)61.94º15.35%79.22%-
XYZ52.5657.646.88-
YUV198.17112.67130.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.02%
GREEN value IS 202 (79.30% from 255) = 35.19%
BLUE value IS 171 (67.19% from 255) = 29.79%
R=35.02%
G=35.19%
B=29.79%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2012021710.0000.150.2161.9422.6373.14
HexC9CAAB00F153e1749
Octal3113122530017257627111
Binary11001001110010101010101100111110101111110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CAAB; }

 p { color: rgb(201,202,171); }

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

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

 a { background-color: rgb(201,202,171); }

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

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

 span { border-color: rgb(201,202,171); }

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