Shades of Kidnapper #C6C8AE
Tints of Kidnapper #C6C8AE
RGB
CMYK
RGB Variations
Color information
#C6C8AE (or 0xC6C8AE) is known color: Kidnapper. HEX triplet: C6, C8 and AE. RGB value is (198,200,174). Sum of RGB (Red+Green+Blue) = 198+200+174=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C8AE is #393751. Grayscale: #C4C4C4. Windows color (decimal): -3749714 or 11454662. OLE color: 11454662.
HSL color Cylindrical-coordinate representation of color #C6C8AE: hue angle of 64.62º 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 #C6C8AE is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 200 | 174 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.22 |
| HSL | 64.62º | 0.19% | 0.73% | - |
| HSV(B) | 64.62º | 0.13% | 0.78% | - |
| XYZ | 51.58 | 56.37 | 48.21 | - |
| YUV | 196.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 200 | 174 | 0.01 | 0 | 0.13 | 0.22 | 64.62 | 0.19 | 0.73 |
| Hex | C6 | C8 | AE | 1 | 0 | D | 16 | 41 | 13 | 49 |
| Octal | 306 | 310 | 256 | 1 | 0 | 15 | 26 | 101 | 23 | 111 |
| Binary | 11000110 | 11001000 | 10101110 | 1 | 0 | 1101 | 10110 | 1000001 | 10011 | 1001001 |
Color Harmonies of #C6C8AE
Complementary color
Monochromatic Colors of #C6C8AE
Black with #C6C8AE
Text Example
Text Example
White with #C6C8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C8AE; }
p { color: rgb(198,200,174); }
H1.HeaderClassName
{
color: #C6C8AE;
}
.AnyTagClassName
{
color: #C6C8AE;
}
</style>
background-color css
<style>
a { background-color: #C6C8AE; }
a { background-color: rgb(198,200,174); }
div.DivClassName
{
background-color: #C6C8AE;
}
.BgClassName
{
background-color: #C6C8AE;
}
</style>
border-color css
<style>
span { border-color: #C6C8AE; }
span { border-color: rgb(198,200,174); }
td.TdClassName
{
border-color: #C6C8AE;
}
.TagClassName
{
border-color: #C6C8AE;
}
</style>