Shades of Kidnapper #C5C9AC
Tints of Kidnapper #C5C9AC
RGB
CMYK
RGB Variations
Color information
#C5C9AC (or 0xC5C9AC) is known color: Kidnapper. HEX triplet: C5, C9 and AC. RGB value is (197,201,172). Sum of RGB (Red+Green+Blue) = 197+201+172=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C9AC is #3A3653. Grayscale: #C4C4C4. Windows color (decimal): -3814996 or 11323845. OLE color: 11323845.
HSL color Cylindrical-coordinate representation of color #C5C9AC: hue angle of 68.28º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5C9AC is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 201 | 172 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.21 |
| HSL | 68.28º | 0.21% | 0.73% | - |
| HSV(B) | 68.28º | 0.14% | 0.79% | - |
| XYZ | 51.36 | 56.62 | 47.25 | - |
| YUV | 196.5 | 114.17 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 172 | 0.02 | 0 | 0.14 | 0.21 | 68.28 | 0.21 | 0.73 |
| Hex | C5 | C9 | AC | 2 | 0 | E | 15 | 44 | 15 | 49 |
| Octal | 305 | 311 | 254 | 2 | 0 | 16 | 25 | 104 | 25 | 111 |
| Binary | 11000101 | 11001001 | 10101100 | 10 | 0 | 1110 | 10101 | 1000100 | 10101 | 1001001 |
Color Harmonies of #C5C9AC
Complementary color
Monochromatic Colors of #C5C9AC
Black with #C5C9AC
Text Example
Text Example
White with #C5C9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C9AC; }
p { color: rgb(197,201,172); }
H1.HeaderClassName
{
color: #C5C9AC;
}
.AnyTagClassName
{
color: #C5C9AC;
}
</style>
background-color css
<style>
a { background-color: #C5C9AC; }
a { background-color: rgb(197,201,172); }
div.DivClassName
{
background-color: #C5C9AC;
}
.BgClassName
{
background-color: #C5C9AC;
}
</style>
border-color css
<style>
span { border-color: #C5C9AC; }
span { border-color: rgb(197,201,172); }
td.TdClassName
{
border-color: #C5C9AC;
}
.TagClassName
{
border-color: #C5C9AC;
}
</style>