Shades of Kidnapper #C4C5AA
Tints of Kidnapper #C4C5AA
RGB
CMYK
RGB Variations
Color information
#C4C5AA (or 0xC4C5AA) is known color: Kidnapper. HEX triplet: C4, C5 and AA. RGB value is (196,197,170). Sum of RGB (Red+Green+Blue) = 196+197+170=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C5AA is #3B3A55. Grayscale: #C1C1C1. Windows color (decimal): -3881558 or 11191748. OLE color: 11191748.
HSL color Cylindrical-coordinate representation of color #C4C5AA: hue angle of 62.22º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4C5AA is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 197 | 170 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.23 |
| HSL | 62.22º | 0.19% | 0.72% | - |
| HSV(B) | 62.22º | 0.14% | 0.77% | - |
| XYZ | 49.99 | 54.57 | 45.93 | - |
| YUV | 193.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 197 | 170 | 0.01 | 0 | 0.14 | 0.23 | 62.22 | 0.19 | 0.72 |
| Hex | C4 | C5 | AA | 1 | 0 | E | 17 | 3E | 13 | 48 |
| Octal | 304 | 305 | 252 | 1 | 0 | 16 | 27 | 76 | 23 | 110 |
| Binary | 11000100 | 11000101 | 10101010 | 1 | 0 | 1110 | 10111 | 111110 | 10011 | 1001000 |
Color Harmonies of #C4C5AA
Complementary color
Monochromatic Colors of #C4C5AA
Black with #C4C5AA
Text Example
Text Example
White with #C4C5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C5AA; }
p { color: rgb(196,197,170); }
H1.HeaderClassName
{
color: #C4C5AA;
}
.AnyTagClassName
{
color: #C4C5AA;
}
</style>
background-color css
<style>
a { background-color: #C4C5AA; }
a { background-color: rgb(196,197,170); }
div.DivClassName
{
background-color: #C4C5AA;
}
.BgClassName
{
background-color: #C4C5AA;
}
</style>
border-color css
<style>
span { border-color: #C4C5AA; }
span { border-color: rgb(196,197,170); }
td.TdClassName
{
border-color: #C4C5AA;
}
.TagClassName
{
border-color: #C4C5AA;
}
</style>