Shades of Kidnapper #C6C8AF
Tints of Kidnapper #C6C8AF
RGB
CMYK
RGB Variations
Color information
#C6C8AF (or 0xC6C8AF) is known color: Kidnapper. HEX triplet: C6, C8 and AF. RGB value is (198,200,175). Sum of RGB (Red+Green+Blue) = 198+200+175=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C8AF is #393750. Grayscale: #C4C4C4. Windows color (decimal): -3749713 or 11520198. OLE color: 11520198.
HSL color Cylindrical-coordinate representation of color #C6C8AF: hue angle of 64.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6C8AF is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 200 | 175 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.22 |
| HSL | 64.8º | 0.19% | 0.74% | - |
| HSV(B) | 64.8º | 0.13% | 0.78% | - |
| XYZ | 51.68 | 56.41 | 48.72 | - |
| YUV | 196.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 200 | 175 | 0.01 | 0 | 0.12 | 0.22 | 64.8 | 0.19 | 0.74 |
| Hex | C6 | C8 | AF | 1 | 0 | C | 16 | 41 | 13 | 4A |
| Octal | 306 | 310 | 257 | 1 | 0 | 14 | 26 | 101 | 23 | 112 |
| Binary | 11000110 | 11001000 | 10101111 | 1 | 0 | 1100 | 10110 | 1000001 | 10011 | 1001010 |
Color Harmonies of #C6C8AF
Complementary color
Monochromatic Colors of #C6C8AF
Black with #C6C8AF
Text Example
Text Example
White with #C6C8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C8AF; }
p { color: rgb(198,200,175); }
H1.HeaderClassName
{
color: #C6C8AF;
}
.AnyTagClassName
{
color: #C6C8AF;
}
</style>
background-color css
<style>
a { background-color: #C6C8AF; }
a { background-color: rgb(198,200,175); }
div.DivClassName
{
background-color: #C6C8AF;
}
.BgClassName
{
background-color: #C6C8AF;
}
</style>
border-color css
<style>
span { border-color: #C6C8AF; }
span { border-color: rgb(198,200,175); }
td.TdClassName
{
border-color: #C6C8AF;
}
.TagClassName
{
border-color: #C6C8AF;
}
</style>