Shades of Kidnapper #C9CEA4
Tints of Kidnapper #C9CEA4
RGB
CMYK
RGB Variations
Color information
#C9CEA4 (or 0xC9CEA4) is known color: Kidnapper. HEX triplet: C9, CE and A4. RGB value is (201,206,164). Sum of RGB (Red+Green+Blue) = 201+206+164=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 164 (64.45% from 255 or 28.72% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CEA4 is #36315B. Grayscale: #C7C7C7. Windows color (decimal): -3551580 or 10800841. OLE color: 10800841.
HSL color Cylindrical-coordinate representation of color #C9CEA4: hue angle of 67.14º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9CEA4 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 206 | 164 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.19 |
| HSL | 67.14º | 0.3% | 0.73% | - |
| HSV(B) | 67.14º | 0.2% | 0.81% | - |
| XYZ | 52.86 | 59.24 | 43.77 | - |
| YUV | 199.72 | 107.84 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 206 | 164 | 0.02 | 0 | 0.20 | 0.19 | 67.14 | 0.3 | 0.73 |
| Hex | C9 | CE | A4 | 2 | 0 | 14 | 13 | 43 | 1E | 49 |
| Octal | 311 | 316 | 244 | 2 | 0 | 24 | 23 | 103 | 36 | 111 |
| Binary | 11001001 | 11001110 | 10100100 | 10 | 0 | 10100 | 10011 | 1000011 | 11110 | 1001001 |
Color Harmonies of #C9CEA4
Complementary color
Monochromatic Colors of #C9CEA4
Black with #C9CEA4
Text Example
Text Example
White with #C9CEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CEA4; }
p { color: rgb(201,206,164); }
H1.HeaderClassName
{
color: #C9CEA4;
}
.AnyTagClassName
{
color: #C9CEA4;
}
</style>
background-color css
<style>
a { background-color: #C9CEA4; }
a { background-color: rgb(201,206,164); }
div.DivClassName
{
background-color: #C9CEA4;
}
.BgClassName
{
background-color: #C9CEA4;
}
</style>
border-color css
<style>
span { border-color: #C9CEA4; }
span { border-color: rgb(201,206,164); }
td.TdClassName
{
border-color: #C9CEA4;
}
.TagClassName
{
border-color: #C9CEA4;
}
</style>