Shades of Kidnapper #C5C4A6
Tints of Kidnapper #C5C4A6
RGB
CMYK
RGB Variations
Color information
#C5C4A6 (or 0xC5C4A6) is known color: Kidnapper. HEX triplet: C5, C4 and A6. RGB value is (197,196,166). Sum of RGB (Red+Green+Blue) = 197+196+166=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 166 (65.23% from 255 or 29.70% from 559); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C4A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C4A6 is #3A3B59. Grayscale: #C1C1C1. Windows color (decimal): -3816282 or 10929349. OLE color: 10929349.
HSL color Cylindrical-coordinate representation of color #C5C4A6: hue angle of 58.06º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5C4A6 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 196 | 166 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.23 |
| HSL | 58.06º | 0.21% | 0.71% | - |
| HSV(B) | 58.06º | 0.16% | 0.77% | - |
| XYZ | 49.65 | 54.1 | 43.9 | - |
| YUV | 192.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 166 | 0 | 0.01 | 0.16 | 0.23 | 58.06 | 0.21 | 0.71 |
| Hex | C5 | C4 | A6 | 0 | 1 | 10 | 17 | 3A | 15 | 47 |
| Octal | 305 | 304 | 246 | 0 | 1 | 20 | 27 | 72 | 25 | 107 |
| Binary | 11000101 | 11000100 | 10100110 | 0 | 1 | 10000 | 10111 | 111010 | 10101 | 1000111 |
Color Harmonies of #C5C4A6
Complementary color
Monochromatic Colors of #C5C4A6
Black with #C5C4A6
Text Example
Text Example
White with #C5C4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C4A6; }
p { color: rgb(197,196,166); }
H1.HeaderClassName
{
color: #C5C4A6;
}
.AnyTagClassName
{
color: #C5C4A6;
}
</style>
background-color css
<style>
a { background-color: #C5C4A6; }
a { background-color: rgb(197,196,166); }
div.DivClassName
{
background-color: #C5C4A6;
}
.BgClassName
{
background-color: #C5C4A6;
}
</style>
border-color css
<style>
span { border-color: #C5C4A6; }
span { border-color: rgb(197,196,166); }
td.TdClassName
{
border-color: #C5C4A6;
}
.TagClassName
{
border-color: #C5C4A6;
}
</style>