Shades of Kidnapper #C3C5AA
Tints of Kidnapper #C3C5AA
RGB
CMYK
RGB Variations
Color information
#C3C5AA (or 0xC3C5AA) is known color: Kidnapper. HEX triplet: C3, C5 and AA. RGB value is (195,197,170). Sum of RGB (Red+Green+Blue) = 195+197+170=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C5AA is #3C3A55. Grayscale: #C1C1C1. Windows color (decimal): -3947094 or 11191747. OLE color: 11191747.
HSL color Cylindrical-coordinate representation of color #C3C5AA: hue angle of 64.44º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3C5AA is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 170 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.23 |
| HSL | 64.44º | 0.19% | 0.72% | - |
| HSV(B) | 64.44º | 0.14% | 0.77% | - |
| XYZ | 49.73 | 54.44 | 45.92 | - |
| YUV | 193.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 170 | 0.01 | 0 | 0.14 | 0.23 | 64.44 | 0.19 | 0.72 |
| Hex | C3 | C5 | AA | 1 | 0 | E | 17 | 40 | 13 | 48 |
| Octal | 303 | 305 | 252 | 1 | 0 | 16 | 27 | 100 | 23 | 110 |
| Binary | 11000011 | 11000101 | 10101010 | 1 | 0 | 1110 | 10111 | 1000000 | 10011 | 1001000 |
Color Harmonies of #C3C5AA
Complementary color
Monochromatic Colors of #C3C5AA
Black with #C3C5AA
Text Example
Text Example
White with #C3C5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C5AA; }
p { color: rgb(195,197,170); }
H1.HeaderClassName
{
color: #C3C5AA;
}
.AnyTagClassName
{
color: #C3C5AA;
}
</style>
background-color css
<style>
a { background-color: #C3C5AA; }
a { background-color: rgb(195,197,170); }
div.DivClassName
{
background-color: #C3C5AA;
}
.BgClassName
{
background-color: #C3C5AA;
}
</style>
border-color css
<style>
span { border-color: #C3C5AA; }
span { border-color: rgb(195,197,170); }
td.TdClassName
{
border-color: #C3C5AA;
}
.TagClassName
{
border-color: #C3C5AA;
}
</style>