Shades of Kidnapper #C8CCA6
Tints of Kidnapper #C8CCA6
RGB
CMYK
RGB Variations
Color information
#C8CCA6 (or 0xC8CCA6) is known color: Kidnapper. HEX triplet: C8, CC and A6. RGB value is (200,204,166). Sum of RGB (Red+Green+Blue) = 200+204+166=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 166 (65.23% from 255 or 29.12% from 570); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CCA6 is #373359. Grayscale: #C6C6C6. Windows color (decimal): -3617626 or 10931400. OLE color: 10931400.
HSL color Cylindrical-coordinate representation of color #C8CCA6: hue angle of 66.32º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8CCA6 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 204 | 166 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.2 |
| HSL | 66.32º | 0.27% | 0.73% | - |
| HSV(B) | 66.32º | 0.19% | 0.8% | - |
| XYZ | 52.3 | 58.22 | 44.56 | - |
| YUV | 198.47 | 109.67 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 166 | 0.02 | 0 | 0.19 | 0.2 | 66.32 | 0.27 | 0.73 |
| Hex | C8 | CC | A6 | 2 | 0 | 13 | 14 | 42 | 1B | 49 |
| Octal | 310 | 314 | 246 | 2 | 0 | 23 | 24 | 102 | 33 | 111 |
| Binary | 11001000 | 11001100 | 10100110 | 10 | 0 | 10011 | 10100 | 1000010 | 11011 | 1001001 |
Color Harmonies of #C8CCA6
Complementary color
Monochromatic Colors of #C8CCA6
Black with #C8CCA6
Text Example
Text Example
White with #C8CCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CCA6; }
p { color: rgb(200,204,166); }
H1.HeaderClassName
{
color: #C8CCA6;
}
.AnyTagClassName
{
color: #C8CCA6;
}
</style>
background-color css
<style>
a { background-color: #C8CCA6; }
a { background-color: rgb(200,204,166); }
div.DivClassName
{
background-color: #C8CCA6;
}
.BgClassName
{
background-color: #C8CCA6;
}
</style>
border-color css
<style>
span { border-color: #C8CCA6; }
span { border-color: rgb(200,204,166); }
td.TdClassName
{
border-color: #C8CCA6;
}
.TagClassName
{
border-color: #C8CCA6;
}
</style>