Shades of Kidnapper #C9CAA5
Tints of Kidnapper #C9CAA5
RGB
CMYK
RGB Variations
Color information
#C9CAA5 (or 0xC9CAA5) is known color: Kidnapper. HEX triplet: C9, CA and A5. RGB value is (201,202,165). Sum of RGB (Red+Green+Blue) = 201+202+165=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 165 (64.84% from 255 or 29.05% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CAA5 is #36355A. Grayscale: #C5C5C5. Windows color (decimal): -3552603 or 10865353. OLE color: 10865353.
HSL color Cylindrical-coordinate representation of color #C9CAA5: hue angle of 61.62º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9CAA5 is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 202 | 165 | - |
| CMYK | 0.00 | 0 | 0.18 | 0.21 |
| HSL | 61.62º | 0.26% | 0.72% | - |
| HSV(B) | 61.62º | 0.18% | 0.79% | - |
| XYZ | 52 | 57.38 | 43.93 | - |
| YUV | 197.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 202 | 165 | 0.00 | 0 | 0.18 | 0.21 | 61.62 | 0.26 | 0.72 |
| Hex | C9 | CA | A5 | 0 | 0 | 12 | 15 | 3E | 1A | 48 |
| Octal | 311 | 312 | 245 | 0 | 0 | 22 | 25 | 76 | 32 | 110 |
| Binary | 11001001 | 11001010 | 10100101 | 0 | 0 | 10010 | 10101 | 111110 | 11010 | 1001000 |
Color Harmonies of #C9CAA5
Complementary color
Monochromatic Colors of #C9CAA5
Black with #C9CAA5
Text Example
Text Example
White with #C9CAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CAA5; }
p { color: rgb(201,202,165); }
H1.HeaderClassName
{
color: #C9CAA5;
}
.AnyTagClassName
{
color: #C9CAA5;
}
</style>
background-color css
<style>
a { background-color: #C9CAA5; }
a { background-color: rgb(201,202,165); }
div.DivClassName
{
background-color: #C9CAA5;
}
.BgClassName
{
background-color: #C9CAA5;
}
</style>
border-color css
<style>
span { border-color: #C9CAA5; }
span { border-color: rgb(201,202,165); }
td.TdClassName
{
border-color: #C9CAA5;
}
.TagClassName
{
border-color: #C9CAA5;
}
</style>