Shades of Kidnapper #C9CCA8
Tints of Kidnapper #C9CCA8
RGB
CMYK
RGB Variations
Color information
#C9CCA8 (or 0xC9CCA8) is known color: Kidnapper. HEX triplet: C9, CC and A8. RGB value is (201,204,168). Sum of RGB (Red+Green+Blue) = 201+204+168=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 168 (66.02% from 255 or 29.32% from 573); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CCA8 is #363357. Grayscale: #C7C7C7. Windows color (decimal): -3552088 or 11062473. OLE color: 11062473.
HSL color Cylindrical-coordinate representation of color #C9CCA8: hue angle of 65º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9CCA8 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
RGB | 201 | 204 | 168 | - |
CMYK | 0.01 | 0 | 0.18 | 0.2 |
HSL | 65º | 0.26% | 0.73% | - |
HSV(B) | 65º | 0.18% | 0.8% | - |
XYZ | 52.75 | 58.43 | 45.54 | - |
YUV | 199 | 110.51 | 129.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 204 | 168 | 0.01 | 0 | 0.18 | 0.2 | 65 | 0.26 | 0.73 |
Hex | C9 | CC | A8 | 1 | 0 | 12 | 14 | 41 | 1A | 49 |
Octal | 311 | 314 | 250 | 1 | 0 | 22 | 24 | 101 | 32 | 111 |
Binary | 11001001 | 11001100 | 10101000 | 1 | 0 | 10010 | 10100 | 1000001 | 11010 | 1001001 |
Color Harmonies of #C9CCA8
Complementary color
Monochromatic Colors of #C9CCA8
Black with #C9CCA8
Text Example
Text Example
White with #C9CCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CCA8; }
p { color: rgb(201,204,168); }
H1.HeaderClassName
{
color: #C9CCA8;
}
.AnyTagClassName
{
color: #C9CCA8;
}
</style>
background-color css
<style>
a { background-color: #C9CCA8; }
a { background-color: rgb(201,204,168); }
div.DivClassName
{
background-color: #C9CCA8;
}
.BgClassName
{
background-color: #C9CCA8;
}
</style>
border-color css
<style>
span { border-color: #C9CCA8; }
span { border-color: rgb(201,204,168); }
td.TdClassName
{
border-color: #C9CCA8;
}
.TagClassName
{
border-color: #C9CCA8;
}
</style>