Shades of Kidnapper #C8CCA7
Tints of Kidnapper #C8CCA7
RGB
CMYK
RGB Variations
Color information
#C8CCA7 (or 0xC8CCA7) is known color: Kidnapper. HEX triplet: C8, CC and A7. RGB value is (200,204,167). Sum of RGB (Red+Green+Blue) = 200+204+167=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 167 (65.62% from 255 or 29.25% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CCA7 is #373358. Grayscale: #C6C6C6. Windows color (decimal): -3617625 or 10996936. OLE color: 10996936.
HSL color Cylindrical-coordinate representation of color #C8CCA7: hue angle of 66.49º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8CCA7 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 204 | 167 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.2 |
| HSL | 66.49º | 0.27% | 0.73% | - |
| HSV(B) | 66.49º | 0.18% | 0.8% | - |
| XYZ | 52.39 | 58.26 | 45.04 | - |
| YUV | 198.59 | 110.17 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 167 | 0.02 | 0 | 0.18 | 0.2 | 66.49 | 0.27 | 0.73 |
| Hex | C8 | CC | A7 | 2 | 0 | 12 | 14 | 42 | 1B | 49 |
| Octal | 310 | 314 | 247 | 2 | 0 | 22 | 24 | 102 | 33 | 111 |
| Binary | 11001000 | 11001100 | 10100111 | 10 | 0 | 10010 | 10100 | 1000010 | 11011 | 1001001 |
Color Harmonies of #C8CCA7
Complementary color
Monochromatic Colors of #C8CCA7
Black with #C8CCA7
Text Example
Text Example
White with #C8CCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CCA7; }
p { color: rgb(200,204,167); }
H1.HeaderClassName
{
color: #C8CCA7;
}
.AnyTagClassName
{
color: #C8CCA7;
}
</style>
background-color css
<style>
a { background-color: #C8CCA7; }
a { background-color: rgb(200,204,167); }
div.DivClassName
{
background-color: #C8CCA7;
}
.BgClassName
{
background-color: #C8CCA7;
}
</style>
border-color css
<style>
span { border-color: #C8CCA7; }
span { border-color: rgb(200,204,167); }
td.TdClassName
{
border-color: #C8CCA7;
}
.TagClassName
{
border-color: #C8CCA7;
}
</style>