Shades of Kidnapper #C7CCA8
Tints of Kidnapper #C7CCA8
RGB
CMYK
RGB Variations
Color information
#C7CCA8 (or 0xC7CCA8) is known color: Kidnapper. HEX triplet: C7, CC and A8. RGB value is (199,204,168). Sum of RGB (Red+Green+Blue) = 199+204+168=571 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.85% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 168 (66.02% from 255 or 29.42% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CCA8 is #383357. Grayscale: #C6C6C6. Windows color (decimal): -3683160 or 11062471. OLE color: 11062471.
HSL color Cylindrical-coordinate representation of color #C7CCA8: hue angle of 68.33º degrees, saturation: 0.26, 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 #C7CCA8 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 204 | 168 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.2 |
| HSL | 68.33º | 0.26% | 0.73% | - |
| HSV(B) | 68.33º | 0.18% | 0.8% | - |
| XYZ | 52.21 | 58.16 | 45.52 | - |
| YUV | 198.4 | 110.84 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 204 | 168 | 0.02 | 0 | 0.18 | 0.2 | 68.33 | 0.26 | 0.73 |
| Hex | C7 | CC | A8 | 2 | 0 | 12 | 14 | 44 | 1A | 49 |
| Octal | 307 | 314 | 250 | 2 | 0 | 22 | 24 | 104 | 32 | 111 |
| Binary | 11000111 | 11001100 | 10101000 | 10 | 0 | 10010 | 10100 | 1000100 | 11010 | 1001001 |
Color Harmonies of #C7CCA8
Complementary color
Monochromatic Colors of #C7CCA8
Black with #C7CCA8
Text Example
Text Example
White with #C7CCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CCA8; }
p { color: rgb(199,204,168); }
H1.HeaderClassName
{
color: #C7CCA8;
}
.AnyTagClassName
{
color: #C7CCA8;
}
</style>
background-color css
<style>
a { background-color: #C7CCA8; }
a { background-color: rgb(199,204,168); }
div.DivClassName
{
background-color: #C7CCA8;
}
.BgClassName
{
background-color: #C7CCA8;
}
</style>
border-color css
<style>
span { border-color: #C7CCA8; }
span { border-color: rgb(199,204,168); }
td.TdClassName
{
border-color: #C7CCA8;
}
.TagClassName
{
border-color: #C7CCA8;
}
</style>