Shades of Kidnapper #C4C5B2
Tints of Kidnapper #C4C5B2
RGB
CMYK
RGB Variations
Color information
#C4C5B2 (or 0xC4C5B2) is known color: Kidnapper. HEX triplet: C4, C5 and B2. RGB value is (196,197,178). Sum of RGB (Red+Green+Blue) = 196+197+178=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C5B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C5B2 is #3B3A4D. Grayscale: #C2C2C2. Windows color (decimal): -3881550 or 11716036. OLE color: 11716036.
HSL color Cylindrical-coordinate representation of color #C4C5B2: hue angle of 63.16º 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 #C4C5B2 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 197 | 178 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.23 |
| HSL | 63.16º | 0.14% | 0.74% | - |
| HSV(B) | 63.16º | 0.1% | 0.77% | - |
| XYZ | 50.77 | 54.88 | 50.04 | - |
| YUV | 194.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 197 | 178 | 0.01 | 0 | 0.10 | 0.23 | 63.16 | 0.14 | 0.74 |
| Hex | C4 | C5 | B2 | 1 | 0 | A | 17 | 3F | E | 4A |
| Octal | 304 | 305 | 262 | 1 | 0 | 12 | 27 | 77 | 16 | 112 |
| Binary | 11000100 | 11000101 | 10110010 | 1 | 0 | 1010 | 10111 | 111111 | 1110 | 1001010 |
Color Harmonies of #C4C5B2
Complementary color
Monochromatic Colors of #C4C5B2
Black with #C4C5B2
Text Example
Text Example
White with #C4C5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C5B2; }
p { color: rgb(196,197,178); }
H1.HeaderClassName
{
color: #C4C5B2;
}
.AnyTagClassName
{
color: #C4C5B2;
}
</style>
background-color css
<style>
a { background-color: #C4C5B2; }
a { background-color: rgb(196,197,178); }
div.DivClassName
{
background-color: #C4C5B2;
}
.BgClassName
{
background-color: #C4C5B2;
}
</style>
border-color css
<style>
span { border-color: #C4C5B2; }
span { border-color: rgb(196,197,178); }
td.TdClassName
{
border-color: #C4C5B2;
}
.TagClassName
{
border-color: #C4C5B2;
}
</style>