Shades of Kidnapper #C6C8AA
Tints of Kidnapper #C6C8AA
RGB
CMYK
RGB Variations
Color information
#C6C8AA (or 0xC6C8AA) is known color: Kidnapper. HEX triplet: C6, C8 and AA. RGB value is (198,200,170). Sum of RGB (Red+Green+Blue) = 198+200+170=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C8AA is #393755. Grayscale: #C4C4C4. Windows color (decimal): -3749718 or 11192518. OLE color: 11192518.
HSL color Cylindrical-coordinate representation of color #C6C8AA: hue angle of 64º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6C8AA is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 200 | 170 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.22 |
| HSL | 64º | 0.21% | 0.73% | - |
| HSV(B) | 64º | 0.15% | 0.78% | - |
| XYZ | 51.2 | 56.22 | 46.18 | - |
| YUV | 195.98 | 113.34 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 200 | 170 | 0.01 | 0 | 0.15 | 0.22 | 64 | 0.21 | 0.73 |
| Hex | C6 | C8 | AA | 1 | 0 | F | 16 | 40 | 15 | 49 |
| Octal | 306 | 310 | 252 | 1 | 0 | 17 | 26 | 100 | 25 | 111 |
| Binary | 11000110 | 11001000 | 10101010 | 1 | 0 | 1111 | 10110 | 1000000 | 10101 | 1001001 |
Color Harmonies of #C6C8AA
Complementary color
Monochromatic Colors of #C6C8AA
Black with #C6C8AA
Text Example
Text Example
White with #C6C8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C8AA; }
p { color: rgb(198,200,170); }
H1.HeaderClassName
{
color: #C6C8AA;
}
.AnyTagClassName
{
color: #C6C8AA;
}
</style>
background-color css
<style>
a { background-color: #C6C8AA; }
a { background-color: rgb(198,200,170); }
div.DivClassName
{
background-color: #C6C8AA;
}
.BgClassName
{
background-color: #C6C8AA;
}
</style>
border-color css
<style>
span { border-color: #C6C8AA; }
span { border-color: rgb(198,200,170); }
td.TdClassName
{
border-color: #C6C8AA;
}
.TagClassName
{
border-color: #C6C8AA;
}
</style>