Shades of Kidnapper #C9CBAA
Tints of Kidnapper #C9CBAA
RGB
CMYK
RGB Variations
Color information
#C9CBAA (or 0xC9CBAA) is known color: Kidnapper. HEX triplet: C9, CB and AA. RGB value is (201,203,170). Sum of RGB (Red+Green+Blue) = 201+203+170=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CBAA is #363455. Grayscale: #C6C6C6. Windows color (decimal): -3552342 or 11193289. OLE color: 11193289.
HSL color Cylindrical-coordinate representation of color #C9CBAA: hue angle of 63.64º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9CBAA is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 203 | 170 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.20 |
| HSL | 63.64º | 0.24% | 0.73% | - |
| HSV(B) | 63.64º | 0.16% | 0.8% | - |
| XYZ | 52.7 | 58.03 | 46.45 | - |
| YUV | 198.64 | 111.84 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 203 | 170 | 0.01 | 0 | 0.16 | 0.20 | 63.64 | 0.24 | 0.73 |
| Hex | C9 | CB | AA | 1 | 0 | 10 | 14 | 40 | 18 | 49 |
| Octal | 311 | 313 | 252 | 1 | 0 | 20 | 24 | 100 | 30 | 111 |
| Binary | 11001001 | 11001011 | 10101010 | 1 | 0 | 10000 | 10100 | 1000000 | 11000 | 1001001 |
Color Harmonies of #C9CBAA
Complementary color
Monochromatic Colors of #C9CBAA
Black with #C9CBAA
Text Example
Text Example
White with #C9CBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CBAA; }
p { color: rgb(201,203,170); }
H1.HeaderClassName
{
color: #C9CBAA;
}
.AnyTagClassName
{
color: #C9CBAA;
}
</style>
background-color css
<style>
a { background-color: #C9CBAA; }
a { background-color: rgb(201,203,170); }
div.DivClassName
{
background-color: #C9CBAA;
}
.BgClassName
{
background-color: #C9CBAA;
}
</style>
border-color css
<style>
span { border-color: #C9CBAA; }
span { border-color: rgb(201,203,170); }
td.TdClassName
{
border-color: #C9CBAA;
}
.TagClassName
{
border-color: #C9CBAA;
}
</style>