Shades of Kidnapper #C6C8AC
Tints of Kidnapper #C6C8AC
RGB
CMYK
RGB Variations
Color information
#C6C8AC (or 0xC6C8AC) is known color: Kidnapper. HEX triplet: C6, C8 and AC. RGB value is (198,200,172). Sum of RGB (Red+Green+Blue) = 198+200+172=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C8AC is #393753. Grayscale: #C4C4C4. Windows color (decimal): -3749716 or 11323590. OLE color: 11323590.
HSL color Cylindrical-coordinate representation of color #C6C8AC: hue angle of 64.29º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6C8AC is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 200 | 172 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.22 |
| HSL | 64.29º | 0.2% | 0.73% | - |
| HSV(B) | 64.29º | 0.14% | 0.78% | - |
| XYZ | 51.39 | 56.29 | 47.19 | - |
| YUV | 196.21 | 114.34 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 200 | 172 | 0.01 | 0 | 0.14 | 0.22 | 64.29 | 0.2 | 0.73 |
| Hex | C6 | C8 | AC | 1 | 0 | E | 16 | 40 | 14 | 49 |
| Octal | 306 | 310 | 254 | 1 | 0 | 16 | 26 | 100 | 24 | 111 |
| Binary | 11000110 | 11001000 | 10101100 | 1 | 0 | 1110 | 10110 | 1000000 | 10100 | 1001001 |
Color Harmonies of #C6C8AC
Complementary color
Monochromatic Colors of #C6C8AC
Black with #C6C8AC
Text Example
Text Example
White with #C6C8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C8AC; }
p { color: rgb(198,200,172); }
H1.HeaderClassName
{
color: #C6C8AC;
}
.AnyTagClassName
{
color: #C6C8AC;
}
</style>
background-color css
<style>
a { background-color: #C6C8AC; }
a { background-color: rgb(198,200,172); }
div.DivClassName
{
background-color: #C6C8AC;
}
.BgClassName
{
background-color: #C6C8AC;
}
</style>
border-color css
<style>
span { border-color: #C6C8AC; }
span { border-color: rgb(198,200,172); }
td.TdClassName
{
border-color: #C6C8AC;
}
.TagClassName
{
border-color: #C6C8AC;
}
</style>