Shades of Kidnapper #C5C5AA
Tints of Kidnapper #C5C5AA
RGB
CMYK
RGB Variations
Color information
#C5C5AA (or 0xC5C5AA) is known color: Kidnapper. HEX triplet: C5, C5 and AA. RGB value is (197,197,170). Sum of RGB (Red+Green+Blue) = 197+197+170=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C5AA is #3A3A55. Grayscale: #C2C2C2. Windows color (decimal): -3816022 or 11191749. OLE color: 11191749.
HSL color Cylindrical-coordinate representation of color #C5C5AA: hue angle of 60º 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 #C5C5AA is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 197 | 170 | - |
| CMYK | 0 | 0 | 0.14 | 0.23 |
| HSL | 60º | 0.19% | 0.72% | - |
| HSV(B) | 60º | 0.14% | 0.77% | - |
| XYZ | 50.25 | 54.71 | 45.94 | - |
| YUV | 193.92 | 114.5 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 197 | 170 | 0 | 0 | 0.14 | 0.23 | 60 | 0.19 | 0.72 |
| Hex | C5 | C5 | AA | 0 | 0 | E | 17 | 3C | 13 | 48 |
| Octal | 305 | 305 | 252 | 0 | 0 | 16 | 27 | 74 | 23 | 110 |
| Binary | 11000101 | 11000101 | 10101010 | 0 | 0 | 1110 | 10111 | 111100 | 10011 | 1001000 |
Color Harmonies of #C5C5AA
Complementary color
Monochromatic Colors of #C5C5AA
Black with #C5C5AA
Text Example
Text Example
White with #C5C5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C5AA; }
p { color: rgb(197,197,170); }
H1.HeaderClassName
{
color: #C5C5AA;
}
.AnyTagClassName
{
color: #C5C5AA;
}
</style>
background-color css
<style>
a { background-color: #C5C5AA; }
a { background-color: rgb(197,197,170); }
div.DivClassName
{
background-color: #C5C5AA;
}
.BgClassName
{
background-color: #C5C5AA;
}
</style>
border-color css
<style>
span { border-color: #C5C5AA; }
span { border-color: rgb(197,197,170); }
td.TdClassName
{
border-color: #C5C5AA;
}
.TagClassName
{
border-color: #C5C5AA;
}
</style>