Shades of Kidnapper #C8CCAB
Tints of Kidnapper #C8CCAB
RGB
CMYK
RGB Variations
Color information
#C8CCAB (or 0xC8CCAB) is known color: Kidnapper. HEX triplet: C8, CC and AB. RGB value is (200,204,171). Sum of RGB (Red+Green+Blue) = 200+204+171=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CCAB is #373354. Grayscale: #C7C7C7. Windows color (decimal): -3617621 or 11259080. OLE color: 11259080.
HSL color Cylindrical-coordinate representation of color #C8CCAB: hue angle of 67.27º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8CCAB is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 204 | 171 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.2 |
| HSL | 67.27º | 0.24% | 0.74% | - |
| HSV(B) | 67.27º | 0.16% | 0.8% | - |
| XYZ | 52.76 | 58.41 | 47.02 | - |
| YUV | 199.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 171 | 0.02 | 0 | 0.16 | 0.2 | 67.27 | 0.24 | 0.74 |
| Hex | C8 | CC | AB | 2 | 0 | 10 | 14 | 43 | 18 | 4A |
| Octal | 310 | 314 | 253 | 2 | 0 | 20 | 24 | 103 | 30 | 112 |
| Binary | 11001000 | 11001100 | 10101011 | 10 | 0 | 10000 | 10100 | 1000011 | 11000 | 1001010 |
Color Harmonies of #C8CCAB
Complementary color
Monochromatic Colors of #C8CCAB
Black with #C8CCAB
Text Example
Text Example
White with #C8CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CCAB; }
p { color: rgb(200,204,171); }
H1.HeaderClassName
{
color: #C8CCAB;
}
.AnyTagClassName
{
color: #C8CCAB;
}
</style>
background-color css
<style>
a { background-color: #C8CCAB; }
a { background-color: rgb(200,204,171); }
div.DivClassName
{
background-color: #C8CCAB;
}
.BgClassName
{
background-color: #C8CCAB;
}
</style>
border-color css
<style>
span { border-color: #C8CCAB; }
span { border-color: rgb(200,204,171); }
td.TdClassName
{
border-color: #C8CCAB;
}
.TagClassName
{
border-color: #C8CCAB;
}
</style>