Shades of Kidnapper #C4C5AC
Tints of Kidnapper #C4C5AC
RGB
CMYK
RGB Variations
Color information
#C4C5AC (or 0xC4C5AC) is known color: Kidnapper. HEX triplet: C4, C5 and AC. RGB value is (196,197,172). Sum of RGB (Red+Green+Blue) = 196+197+172=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C5AC is #3B3A53. Grayscale: #C1C1C1. Windows color (decimal): -3881556 or 11322820. OLE color: 11322820.
HSL color Cylindrical-coordinate representation of color #C4C5AC: hue angle of 62.4º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4C5AC is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 197 | 172 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.23 |
| HSL | 62.4º | 0.18% | 0.72% | - |
| HSV(B) | 62.4º | 0.13% | 0.77% | - |
| XYZ | 50.18 | 54.65 | 46.93 | - |
| YUV | 193.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 197 | 172 | 0.01 | 0 | 0.13 | 0.23 | 62.4 | 0.18 | 0.72 |
| Hex | C4 | C5 | AC | 1 | 0 | D | 17 | 3E | 12 | 48 |
| Octal | 304 | 305 | 254 | 1 | 0 | 15 | 27 | 76 | 22 | 110 |
| Binary | 11000100 | 11000101 | 10101100 | 1 | 0 | 1101 | 10111 | 111110 | 10010 | 1001000 |
Color Harmonies of #C4C5AC
Complementary color
Monochromatic Colors of #C4C5AC
Black with #C4C5AC
Text Example
Text Example
White with #C4C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C5AC; }
p { color: rgb(196,197,172); }
H1.HeaderClassName
{
color: #C4C5AC;
}
.AnyTagClassName
{
color: #C4C5AC;
}
</style>
background-color css
<style>
a { background-color: #C4C5AC; }
a { background-color: rgb(196,197,172); }
div.DivClassName
{
background-color: #C4C5AC;
}
.BgClassName
{
background-color: #C4C5AC;
}
</style>
border-color css
<style>
span { border-color: #C4C5AC; }
span { border-color: rgb(196,197,172); }
td.TdClassName
{
border-color: #C4C5AC;
}
.TagClassName
{
border-color: #C4C5AC;
}
</style>