Shades of Kidnapper #C7CCA6
Tints of Kidnapper #C7CCA6
RGB
CMYK
RGB Variations
Color information
#C7CCA6 (or 0xC7CCA6) is known color: Kidnapper. HEX triplet: C7, CC and A6. RGB value is (199,204,166). Sum of RGB (Red+Green+Blue) = 199+204+166=569 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.97% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 166 (65.23% from 255 or 29.17% from 569); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CCA6 is #383359. Grayscale: #C6C6C6. Windows color (decimal): -3683162 or 10931399. OLE color: 10931399.
HSL color Cylindrical-coordinate representation of color #C7CCA6: hue angle of 67.89º 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 #C7CCA6 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 204 | 166 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.2 |
| HSL | 67.89º | 0.27% | 0.73% | - |
| HSV(B) | 67.89º | 0.19% | 0.8% | - |
| XYZ | 52.03 | 58.08 | 44.54 | - |
| YUV | 198.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 204 | 166 | 0.02 | 0 | 0.19 | 0.2 | 67.89 | 0.27 | 0.73 |
| Hex | C7 | CC | A6 | 2 | 0 | 13 | 14 | 44 | 1B | 49 |
| Octal | 307 | 314 | 246 | 2 | 0 | 23 | 24 | 104 | 33 | 111 |
| Binary | 11000111 | 11001100 | 10100110 | 10 | 0 | 10011 | 10100 | 1000100 | 11011 | 1001001 |
Color Harmonies of #C7CCA6
Complementary color
Monochromatic Colors of #C7CCA6
Black with #C7CCA6
Text Example
Text Example
White with #C7CCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CCA6; }
p { color: rgb(199,204,166); }
H1.HeaderClassName
{
color: #C7CCA6;
}
.AnyTagClassName
{
color: #C7CCA6;
}
</style>
background-color css
<style>
a { background-color: #C7CCA6; }
a { background-color: rgb(199,204,166); }
div.DivClassName
{
background-color: #C7CCA6;
}
.BgClassName
{
background-color: #C7CCA6;
}
</style>
border-color css
<style>
span { border-color: #C7CCA6; }
span { border-color: rgb(199,204,166); }
td.TdClassName
{
border-color: #C7CCA6;
}
.TagClassName
{
border-color: #C7CCA6;
}
</style>