Shades of Kidnapper #C6C9AA
Tints of Kidnapper #C6C9AA
RGB
CMYK
RGB Variations
Color information
#C6C9AA (or 0xC6C9AA) is known color: Kidnapper. HEX triplet: C6, C9 and AA. RGB value is (198,201,170). Sum of RGB (Red+Green+Blue) = 198+201+170=569 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.80% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C9AA is #393655. Grayscale: #C4C4C4. Windows color (decimal): -3749462 or 11192774. OLE color: 11192774.
HSL color Cylindrical-coordinate representation of color #C6C9AA: hue angle of 65.81º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6C9AA is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 201 | 170 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.21 |
| HSL | 65.81º | 0.22% | 0.73% | - |
| HSV(B) | 65.81º | 0.15% | 0.79% | - |
| XYZ | 51.43 | 56.68 | 46.26 | - |
| YUV | 196.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 201 | 170 | 0.01 | 0 | 0.15 | 0.21 | 65.81 | 0.22 | 0.73 |
| Hex | C6 | C9 | AA | 1 | 0 | F | 15 | 42 | 16 | 49 |
| Octal | 306 | 311 | 252 | 1 | 0 | 17 | 25 | 102 | 26 | 111 |
| Binary | 11000110 | 11001001 | 10101010 | 1 | 0 | 1111 | 10101 | 1000010 | 10110 | 1001001 |
Color Harmonies of #C6C9AA
Complementary color
Monochromatic Colors of #C6C9AA
Black with #C6C9AA
Text Example
Text Example
White with #C6C9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C9AA; }
p { color: rgb(198,201,170); }
H1.HeaderClassName
{
color: #C6C9AA;
}
.AnyTagClassName
{
color: #C6C9AA;
}
</style>
background-color css
<style>
a { background-color: #C6C9AA; }
a { background-color: rgb(198,201,170); }
div.DivClassName
{
background-color: #C6C9AA;
}
.BgClassName
{
background-color: #C6C9AA;
}
</style>
border-color css
<style>
span { border-color: #C6C9AA; }
span { border-color: rgb(198,201,170); }
td.TdClassName
{
border-color: #C6C9AA;
}
.TagClassName
{
border-color: #C6C9AA;
}
</style>