Shades of Kidnapper #C5C8AB
Tints of Kidnapper #C5C8AB
RGB
CMYK
RGB Variations
Color information
#C5C8AB (or 0xC5C8AB) is known color: Kidnapper. HEX triplet: C5, C8 and AB. RGB value is (197,200,171). Sum of RGB (Red+Green+Blue) = 197+200+171=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C8AB is #3A3754. Grayscale: #C3C3C3. Windows color (decimal): -3815253 or 11258053. OLE color: 11258053.
HSL color Cylindrical-coordinate representation of color #C5C8AB: hue angle of 66.21º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5C8AB is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 171 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.22 |
| HSL | 66.21º | 0.21% | 0.73% | - |
| HSV(B) | 66.21º | 0.15% | 0.78% | - |
| XYZ | 51.03 | 56.12 | 46.67 | - |
| YUV | 195.8 | 114.01 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 171 | 0.02 | 0 | 0.14 | 0.22 | 66.21 | 0.21 | 0.73 |
| Hex | C5 | C8 | AB | 2 | 0 | E | 16 | 42 | 15 | 49 |
| Octal | 305 | 310 | 253 | 2 | 0 | 16 | 26 | 102 | 25 | 111 |
| Binary | 11000101 | 11001000 | 10101011 | 10 | 0 | 1110 | 10110 | 1000010 | 10101 | 1001001 |
Color Harmonies of #C5C8AB
Complementary color
Monochromatic Colors of #C5C8AB
Black with #C5C8AB
Text Example
Text Example
White with #C5C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C8AB; }
p { color: rgb(197,200,171); }
H1.HeaderClassName
{
color: #C5C8AB;
}
.AnyTagClassName
{
color: #C5C8AB;
}
</style>
background-color css
<style>
a { background-color: #C5C8AB; }
a { background-color: rgb(197,200,171); }
div.DivClassName
{
background-color: #C5C8AB;
}
.BgClassName
{
background-color: #C5C8AB;
}
</style>
border-color css
<style>
span { border-color: #C5C8AB; }
span { border-color: rgb(197,200,171); }
td.TdClassName
{
border-color: #C5C8AB;
}
.TagClassName
{
border-color: #C5C8AB;
}
</style>