Shades of Kidnapper #C4C7A9
Tints of Kidnapper #C4C7A9
RGB
CMYK
RGB Variations
Color information
#C4C7A9 (or 0xC4C7A9) is known color: Kidnapper. HEX triplet: C4, C7 and A9. RGB value is (196,199,169). Sum of RGB (Red+Green+Blue) = 196+199+169=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 169 (66.41% from 255 or 29.96% from 564); Max value from RGB is 199 - color contains mainly: green. Hex color #C4C7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C7A9 is #3B3856. Grayscale: #C2C2C2. Windows color (decimal): -3881047 or 11126724. OLE color: 11126724.
HSL color Cylindrical-coordinate representation of color #C4C7A9: hue angle of 66º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4C7A9 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 199 | 169 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.22 |
| HSL | 66º | 0.21% | 0.72% | - |
| HSV(B) | 66º | 0.15% | 0.78% | - |
| XYZ | 50.35 | 55.45 | 45.58 | - |
| YUV | 194.68 | 113.51 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 199 | 169 | 0.02 | 0 | 0.15 | 0.22 | 66 | 0.21 | 0.72 |
| Hex | C4 | C7 | A9 | 2 | 0 | F | 16 | 42 | 15 | 48 |
| Octal | 304 | 307 | 251 | 2 | 0 | 17 | 26 | 102 | 25 | 110 |
| Binary | 11000100 | 11000111 | 10101001 | 10 | 0 | 1111 | 10110 | 1000010 | 10101 | 1001000 |
Color Harmonies of #C4C7A9
Complementary color
Monochromatic Colors of #C4C7A9
Black with #C4C7A9
Text Example
Text Example
White with #C4C7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C7A9; }
p { color: rgb(196,199,169); }
H1.HeaderClassName
{
color: #C4C7A9;
}
.AnyTagClassName
{
color: #C4C7A9;
}
</style>
background-color css
<style>
a { background-color: #C4C7A9; }
a { background-color: rgb(196,199,169); }
div.DivClassName
{
background-color: #C4C7A9;
}
.BgClassName
{
background-color: #C4C7A9;
}
</style>
border-color css
<style>
span { border-color: #C4C7A9; }
span { border-color: rgb(196,199,169); }
td.TdClassName
{
border-color: #C4C7A9;
}
.TagClassName
{
border-color: #C4C7A9;
}
</style>