Shades of Kidnapper #C9CAA4
Tints of Kidnapper #C9CAA4
RGB
CMYK
RGB Variations
Color information
#C9CAA4 (or 0xC9CAA4) is known color: Kidnapper. HEX triplet: C9, CA and A4. RGB value is (201,202,164). Sum of RGB (Red+Green+Blue) = 201+202+164=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 164 (64.45% from 255 or 28.92% from 567); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CAA4 is #36355B. Grayscale: #C5C5C5. Windows color (decimal): -3552604 or 10799817. OLE color: 10799817.
HSL color Cylindrical-coordinate representation of color #C9CAA4: hue angle of 61.58º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9CAA4 is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 202 | 164 | - |
| CMYK | 0.00 | 0 | 0.19 | 0.21 |
| HSL | 61.58º | 0.26% | 0.72% | - |
| HSV(B) | 61.58º | 0.19% | 0.79% | - |
| XYZ | 51.91 | 57.34 | 43.45 | - |
| YUV | 197.37 | 109.17 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 202 | 164 | 0.00 | 0 | 0.19 | 0.21 | 61.58 | 0.26 | 0.72 |
| Hex | C9 | CA | A4 | 0 | 0 | 13 | 15 | 3E | 1A | 48 |
| Octal | 311 | 312 | 244 | 0 | 0 | 23 | 25 | 76 | 32 | 110 |
| Binary | 11001001 | 11001010 | 10100100 | 0 | 0 | 10011 | 10101 | 111110 | 11010 | 1001000 |
Color Harmonies of #C9CAA4
Complementary color
Monochromatic Colors of #C9CAA4
Black with #C9CAA4
Text Example
Text Example
White with #C9CAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CAA4; }
p { color: rgb(201,202,164); }
H1.HeaderClassName
{
color: #C9CAA4;
}
.AnyTagClassName
{
color: #C9CAA4;
}
</style>
background-color css
<style>
a { background-color: #C9CAA4; }
a { background-color: rgb(201,202,164); }
div.DivClassName
{
background-color: #C9CAA4;
}
.BgClassName
{
background-color: #C9CAA4;
}
</style>
border-color css
<style>
span { border-color: #C9CAA4; }
span { border-color: rgb(201,202,164); }
td.TdClassName
{
border-color: #C9CAA4;
}
.TagClassName
{
border-color: #C9CAA4;
}
</style>