Shades of Kidnapper #C6CAAF
Tints of Kidnapper #C6CAAF
RGB
CMYK
RGB Variations
Color information
#C6CAAF (or 0xC6CAAF) is known color: Kidnapper. HEX triplet: C6, CA and AF. RGB value is (198,202,175). Sum of RGB (Red+Green+Blue) = 198+202+175=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CAAF is #393550. Grayscale: #C5C5C5. Windows color (decimal): -3749201 or 11520710. OLE color: 11520710.
HSL color Cylindrical-coordinate representation of color #C6CAAF: hue angle of 68.89º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6CAAF is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 202 | 175 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.21 |
| HSL | 68.89º | 0.2% | 0.74% | - |
| HSV(B) | 68.89º | 0.13% | 0.79% | - |
| XYZ | 52.15 | 57.34 | 48.88 | - |
| YUV | 197.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 175 | 0.02 | 0 | 0.13 | 0.21 | 68.89 | 0.2 | 0.74 |
| Hex | C6 | CA | AF | 2 | 0 | D | 15 | 45 | 14 | 4A |
| Octal | 306 | 312 | 257 | 2 | 0 | 15 | 25 | 105 | 24 | 112 |
| Binary | 11000110 | 11001010 | 10101111 | 10 | 0 | 1101 | 10101 | 1000101 | 10100 | 1001010 |
Color Harmonies of #C6CAAF
Complementary color
Monochromatic Colors of #C6CAAF
Black with #C6CAAF
Text Example
Text Example
White with #C6CAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CAAF; }
p { color: rgb(198,202,175); }
H1.HeaderClassName
{
color: #C6CAAF;
}
.AnyTagClassName
{
color: #C6CAAF;
}
</style>
background-color css
<style>
a { background-color: #C6CAAF; }
a { background-color: rgb(198,202,175); }
div.DivClassName
{
background-color: #C6CAAF;
}
.BgClassName
{
background-color: #C6CAAF;
}
</style>
border-color css
<style>
span { border-color: #C6CAAF; }
span { border-color: rgb(198,202,175); }
td.TdClassName
{
border-color: #C6CAAF;
}
.TagClassName
{
border-color: #C6CAAF;
}
</style>