Shades of Kidnapper #C5C8AD
Tints of Kidnapper #C5C8AD
RGB
CMYK
RGB Variations
Color information
#C5C8AD (or 0xC5C8AD) is known color: Kidnapper. HEX triplet: C5, C8 and AD. RGB value is (197,200,173). Sum of RGB (Red+Green+Blue) = 197+200+173=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C8AD is #3A3752. Grayscale: #C4C4C4. Windows color (decimal): -3815251 or 11389125. OLE color: 11389125.
HSL color Cylindrical-coordinate representation of color #C5C8AD: hue angle of 66.67º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5C8AD is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 173 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.22 |
| HSL | 66.67º | 0.2% | 0.73% | - |
| HSV(B) | 66.67º | 0.14% | 0.78% | - |
| XYZ | 51.22 | 56.2 | 47.68 | - |
| YUV | 196.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 173 | 0.02 | 0 | 0.14 | 0.22 | 66.67 | 0.2 | 0.73 |
| Hex | C5 | C8 | AD | 2 | 0 | E | 16 | 43 | 14 | 49 |
| Octal | 305 | 310 | 255 | 2 | 0 | 16 | 26 | 103 | 24 | 111 |
| Binary | 11000101 | 11001000 | 10101101 | 10 | 0 | 1110 | 10110 | 1000011 | 10100 | 1001001 |
Color Harmonies of #C5C8AD
Complementary color
Monochromatic Colors of #C5C8AD
Black with #C5C8AD
Text Example
Text Example
White with #C5C8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C8AD; }
p { color: rgb(197,200,173); }
H1.HeaderClassName
{
color: #C5C8AD;
}
.AnyTagClassName
{
color: #C5C8AD;
}
</style>
background-color css
<style>
a { background-color: #C5C8AD; }
a { background-color: rgb(197,200,173); }
div.DivClassName
{
background-color: #C5C8AD;
}
.BgClassName
{
background-color: #C5C8AD;
}
</style>
border-color css
<style>
span { border-color: #C5C8AD; }
span { border-color: rgb(197,200,173); }
td.TdClassName
{
border-color: #C5C8AD;
}
.TagClassName
{
border-color: #C5C8AD;
}
</style>