Shades of Kidnapper #C5C6AC
Tints of Kidnapper #C5C6AC
RGB
CMYK
RGB Variations
Color information
#C5C6AC (or 0xC5C6AC) is known color: Kidnapper. HEX triplet: C5, C6 and AC. RGB value is (197,198,172). Sum of RGB (Red+Green+Blue) = 197+198+172=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 198 - color contains mainly: green. Hex color #C5C6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C6AC is #3A3953. Grayscale: #C2C2C2. Windows color (decimal): -3815764 or 11323077. OLE color: 11323077.
HSL color Cylindrical-coordinate representation of color #C5C6AC: hue angle of 62.31º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5C6AC is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 198 | 172 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.22 |
| HSL | 62.31º | 0.19% | 0.73% | - |
| HSV(B) | 62.31º | 0.13% | 0.78% | - |
| XYZ | 50.67 | 55.24 | 47.02 | - |
| YUV | 194.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 198 | 172 | 0.01 | 0 | 0.13 | 0.22 | 62.31 | 0.19 | 0.73 |
| Hex | C5 | C6 | AC | 1 | 0 | D | 16 | 3E | 13 | 49 |
| Octal | 305 | 306 | 254 | 1 | 0 | 15 | 26 | 76 | 23 | 111 |
| Binary | 11000101 | 11000110 | 10101100 | 1 | 0 | 1101 | 10110 | 111110 | 10011 | 1001001 |
Color Harmonies of #C5C6AC
Complementary color
Monochromatic Colors of #C5C6AC
Black with #C5C6AC
Text Example
Text Example
White with #C5C6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C6AC; }
p { color: rgb(197,198,172); }
H1.HeaderClassName
{
color: #C5C6AC;
}
.AnyTagClassName
{
color: #C5C6AC;
}
</style>
background-color css
<style>
a { background-color: #C5C6AC; }
a { background-color: rgb(197,198,172); }
div.DivClassName
{
background-color: #C5C6AC;
}
.BgClassName
{
background-color: #C5C6AC;
}
</style>
border-color css
<style>
span { border-color: #C5C6AC; }
span { border-color: rgb(197,198,172); }
td.TdClassName
{
border-color: #C5C6AC;
}
.TagClassName
{
border-color: #C5C6AC;
}
</style>