Shades of Kidnapper #C2C5B2
Tints of Kidnapper #C2C5B2
RGB
CMYK
RGB Variations
Color information
#C2C5B2 (or 0xC2C5B2) is known color: Kidnapper. HEX triplet: C2, C5 and B2. RGB value is (194,197,178). Sum of RGB (Red+Green+Blue) = 194+197+178=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C5B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C5B2 is #3D3A4D. Grayscale: #C2C2C2. Windows color (decimal): -4012622 or 11716034. OLE color: 11716034.
HSL color Cylindrical-coordinate representation of color #C2C5B2: hue angle of 69.47º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2C5B2 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 178 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.23 |
| HSL | 69.47º | 0.14% | 0.74% | - |
| HSV(B) | 69.47º | 0.1% | 0.77% | - |
| XYZ | 50.25 | 54.62 | 50.01 | - |
| YUV | 193.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 178 | 0.02 | 0 | 0.10 | 0.23 | 69.47 | 0.14 | 0.74 |
| Hex | C2 | C5 | B2 | 2 | 0 | A | 17 | 45 | E | 4A |
| Octal | 302 | 305 | 262 | 2 | 0 | 12 | 27 | 105 | 16 | 112 |
| Binary | 11000010 | 11000101 | 10110010 | 10 | 0 | 1010 | 10111 | 1000101 | 1110 | 1001010 |
Color Harmonies of #C2C5B2
Complementary color
Monochromatic Colors of #C2C5B2
Black with #C2C5B2
Text Example
Text Example
White with #C2C5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C5B2; }
p { color: rgb(194,197,178); }
H1.HeaderClassName
{
color: #C2C5B2;
}
.AnyTagClassName
{
color: #C2C5B2;
}
</style>
background-color css
<style>
a { background-color: #C2C5B2; }
a { background-color: rgb(194,197,178); }
div.DivClassName
{
background-color: #C2C5B2;
}
.BgClassName
{
background-color: #C2C5B2;
}
</style>
border-color css
<style>
span { border-color: #C2C5B2; }
span { border-color: rgb(194,197,178); }
td.TdClassName
{
border-color: #C2C5B2;
}
.TagClassName
{
border-color: #C2C5B2;
}
</style>