Shades of Kidnapper #C6CBAA
Tints of Kidnapper #C6CBAA
RGB
CMYK
RGB Variations
Color information
#C6CBAA (or 0xC6CBAA) is known color: Kidnapper. HEX triplet: C6, CB and AA. RGB value is (198,203,170). Sum of RGB (Red+Green+Blue) = 198+203+170=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CBAA is #393455. Grayscale: #C5C5C5. Windows color (decimal): -3748950 or 11193286. OLE color: 11193286.
HSL color Cylindrical-coordinate representation of color #C6CBAA: hue angle of 69.09º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6CBAA is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 203 | 170 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.20 |
| HSL | 69.09º | 0.24% | 0.73% | - |
| HSV(B) | 69.09º | 0.16% | 0.8% | - |
| XYZ | 51.9 | 57.62 | 46.42 | - |
| YUV | 197.74 | 112.34 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 170 | 0.02 | 0 | 0.16 | 0.20 | 69.09 | 0.24 | 0.73 |
| Hex | C6 | CB | AA | 2 | 0 | 10 | 14 | 45 | 18 | 49 |
| Octal | 306 | 313 | 252 | 2 | 0 | 20 | 24 | 105 | 30 | 111 |
| Binary | 11000110 | 11001011 | 10101010 | 10 | 0 | 10000 | 10100 | 1000101 | 11000 | 1001001 |
Color Harmonies of #C6CBAA
Complementary color
Monochromatic Colors of #C6CBAA
Black with #C6CBAA
Text Example
Text Example
White with #C6CBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CBAA; }
p { color: rgb(198,203,170); }
H1.HeaderClassName
{
color: #C6CBAA;
}
.AnyTagClassName
{
color: #C6CBAA;
}
</style>
background-color css
<style>
a { background-color: #C6CBAA; }
a { background-color: rgb(198,203,170); }
div.DivClassName
{
background-color: #C6CBAA;
}
.BgClassName
{
background-color: #C6CBAA;
}
</style>
border-color css
<style>
span { border-color: #C6CBAA; }
span { border-color: rgb(198,203,170); }
td.TdClassName
{
border-color: #C6CBAA;
}
.TagClassName
{
border-color: #C6CBAA;
}
</style>