Shades of Kidnapper #C0C2B0
Tints of Kidnapper #C0C2B0
RGB
CMYK
RGB Variations
Color information
#C0C2B0 (or 0xC0C2B0) is known color: Kidnapper. HEX triplet: C0, C2 and B0. RGB value is (192,194,176). Sum of RGB (Red+Green+Blue) = 192+194+176=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C2B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C2B0 is #3F3D4F. Grayscale: #BFBFBF. Windows color (decimal): -4144464 or 11584192. OLE color: 11584192.
HSL color Cylindrical-coordinate representation of color #C0C2B0: hue angle of 66.67º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0C2B0 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 176 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.24 |
| HSL | 66.67º | 0.13% | 0.73% | - |
| HSV(B) | 66.67º | 0.09% | 0.76% | - |
| XYZ | 48.87 | 52.92 | 48.71 | - |
| YUV | 191.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 176 | 0.01 | 0 | 0.09 | 0.24 | 66.67 | 0.13 | 0.73 |
| Hex | C0 | C2 | B0 | 1 | 0 | 9 | 18 | 43 | D | 49 |
| Octal | 300 | 302 | 260 | 1 | 0 | 11 | 30 | 103 | 15 | 111 |
| Binary | 11000000 | 11000010 | 10110000 | 1 | 0 | 1001 | 11000 | 1000011 | 1101 | 1001001 |
Color Harmonies of #C0C2B0
Complementary color
Monochromatic Colors of #C0C2B0
Black with #C0C2B0
Text Example
Text Example
White with #C0C2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C2B0; }
p { color: rgb(192,194,176); }
H1.HeaderClassName
{
color: #C0C2B0;
}
.AnyTagClassName
{
color: #C0C2B0;
}
</style>
background-color css
<style>
a { background-color: #C0C2B0; }
a { background-color: rgb(192,194,176); }
div.DivClassName
{
background-color: #C0C2B0;
}
.BgClassName
{
background-color: #C0C2B0;
}
</style>
border-color css
<style>
span { border-color: #C0C2B0; }
span { border-color: rgb(192,194,176); }
td.TdClassName
{
border-color: #C0C2B0;
}
.TagClassName
{
border-color: #C0C2B0;
}
</style>