Shades of Kidnapper #C4C5AD
Tints of Kidnapper #C4C5AD
RGB
CMYK
RGB Variations
Color information
#C4C5AD (or 0xC4C5AD) is known color: Kidnapper. HEX triplet: C4, C5 and AD. RGB value is (196,197,173). Sum of RGB (Red+Green+Blue) = 196+197+173=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C5AD is #3B3A52. Grayscale: #C2C2C2. Windows color (decimal): -3881555 or 11388356. OLE color: 11388356.
HSL color Cylindrical-coordinate representation of color #C4C5AD: hue angle of 62.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4C5AD is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 197 | 173 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.23 |
| HSL | 62.5º | 0.17% | 0.73% | - |
| HSV(B) | 62.5º | 0.12% | 0.77% | - |
| XYZ | 50.27 | 54.69 | 47.44 | - |
| YUV | 193.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 197 | 173 | 0.01 | 0 | 0.12 | 0.23 | 62.5 | 0.17 | 0.73 |
| Hex | C4 | C5 | AD | 1 | 0 | C | 17 | 3F | 11 | 49 |
| Octal | 304 | 305 | 255 | 1 | 0 | 14 | 27 | 77 | 21 | 111 |
| Binary | 11000100 | 11000101 | 10101101 | 1 | 0 | 1100 | 10111 | 111111 | 10001 | 1001001 |
Color Harmonies of #C4C5AD
Complementary color
Monochromatic Colors of #C4C5AD
Black with #C4C5AD
Text Example
Text Example
White with #C4C5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C5AD; }
p { color: rgb(196,197,173); }
H1.HeaderClassName
{
color: #C4C5AD;
}
.AnyTagClassName
{
color: #C4C5AD;
}
</style>
background-color css
<style>
a { background-color: #C4C5AD; }
a { background-color: rgb(196,197,173); }
div.DivClassName
{
background-color: #C4C5AD;
}
.BgClassName
{
background-color: #C4C5AD;
}
</style>
border-color css
<style>
span { border-color: #C4C5AD; }
span { border-color: rgb(196,197,173); }
td.TdClassName
{
border-color: #C4C5AD;
}
.TagClassName
{
border-color: #C4C5AD;
}
</style>