Shades of Kidnapper #C0C0A4
Tints of Kidnapper #C0C0A4
RGB
CMYK
RGB Variations
Color information
#C0C0A4 (or 0xC0C0A4) is known color: Kidnapper. HEX triplet: C0, C0 and A4. RGB value is (192,192,164). Sum of RGB (Red+Green+Blue) = 192+192+164=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 164 (64.45% from 255 or 29.93% from 548); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C0A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C0A4 is #3F3F5B. Grayscale: #BCBCBC. Windows color (decimal): -4144988 or 10797248. OLE color: 10797248.
HSL color Cylindrical-coordinate representation of color #C0C0A4: hue angle of 60º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0C0A4 is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 192 | 164 | - |
| CMYK | 0 | 0 | 0.15 | 0.25 |
| HSL | 60º | 0.18% | 0.7% | - |
| HSV(B) | 60º | 0.15% | 0.75% | - |
| XYZ | 47.29 | 51.59 | 42.59 | - |
| YUV | 188.81 | 114 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 192 | 164 | 0 | 0 | 0.15 | 0.25 | 60 | 0.18 | 0.7 |
| Hex | C0 | C0 | A4 | 0 | 0 | F | 19 | 3C | 12 | 46 |
| Octal | 300 | 300 | 244 | 0 | 0 | 17 | 31 | 74 | 22 | 106 |
| Binary | 11000000 | 11000000 | 10100100 | 0 | 0 | 1111 | 11001 | 111100 | 10010 | 1000110 |
Color Harmonies of #C0C0A4
Complementary color
Monochromatic Colors of #C0C0A4
Black with #C0C0A4
Text Example
Text Example
White with #C0C0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C0A4; }
p { color: rgb(192,192,164); }
H1.HeaderClassName
{
color: #C0C0A4;
}
.AnyTagClassName
{
color: #C0C0A4;
}
</style>
background-color css
<style>
a { background-color: #C0C0A4; }
a { background-color: rgb(192,192,164); }
div.DivClassName
{
background-color: #C0C0A4;
}
.BgClassName
{
background-color: #C0C0A4;
}
</style>
border-color css
<style>
span { border-color: #C0C0A4; }
span { border-color: rgb(192,192,164); }
td.TdClassName
{
border-color: #C0C0A4;
}
.TagClassName
{
border-color: #C0C0A4;
}
</style>