Shades of Kidnapper #C8CCA5
Tints of Kidnapper #C8CCA5
RGB
CMYK
RGB Variations
Color information
#C8CCA5 (or 0xC8CCA5) is known color: Kidnapper. HEX triplet: C8, CC and A5. RGB value is (200,204,165). Sum of RGB (Red+Green+Blue) = 200+204+165=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 165 (64.84% from 255 or 29.00% from 569); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CCA5 is #37335A. Grayscale: #C6C6C6. Windows color (decimal): -3617627 or 10865864. OLE color: 10865864.
HSL color Cylindrical-coordinate representation of color #C8CCA5: hue angle of 66.15º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8CCA5 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 204 | 165 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.2 |
| HSL | 66.15º | 0.28% | 0.72% | - |
| HSV(B) | 66.15º | 0.19% | 0.8% | - |
| XYZ | 52.2 | 58.18 | 44.08 | - |
| YUV | 198.36 | 109.17 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 165 | 0.02 | 0 | 0.19 | 0.2 | 66.15 | 0.28 | 0.72 |
| Hex | C8 | CC | A5 | 2 | 0 | 13 | 14 | 42 | 1C | 48 |
| Octal | 310 | 314 | 245 | 2 | 0 | 23 | 24 | 102 | 34 | 110 |
| Binary | 11001000 | 11001100 | 10100101 | 10 | 0 | 10011 | 10100 | 1000010 | 11100 | 1001000 |
Color Harmonies of #C8CCA5
Complementary color
Monochromatic Colors of #C8CCA5
Black with #C8CCA5
Text Example
Text Example
White with #C8CCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CCA5; }
p { color: rgb(200,204,165); }
H1.HeaderClassName
{
color: #C8CCA5;
}
.AnyTagClassName
{
color: #C8CCA5;
}
</style>
background-color css
<style>
a { background-color: #C8CCA5; }
a { background-color: rgb(200,204,165); }
div.DivClassName
{
background-color: #C8CCA5;
}
.BgClassName
{
background-color: #C8CCA5;
}
</style>
border-color css
<style>
span { border-color: #C8CCA5; }
span { border-color: rgb(200,204,165); }
td.TdClassName
{
border-color: #C8CCA5;
}
.TagClassName
{
border-color: #C8CCA5;
}
</style>