Shades of Kidnapper #C6CAA5
Tints of Kidnapper #C6CAA5
RGB
CMYK
RGB Variations
Color information
#C6CAA5 (or 0xC6CAA5) is known color: Kidnapper. HEX triplet: C6, CA and A5. RGB value is (198,202,165). Sum of RGB (Red+Green+Blue) = 198+202+165=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 165 (64.84% from 255 or 29.20% from 565); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CAA5 is #39355A. Grayscale: #C4C4C4. Windows color (decimal): -3749211 or 10865350. OLE color: 10865350.
HSL color Cylindrical-coordinate representation of color #C6CAA5: hue angle of 66.49º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6CAA5 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 202 | 165 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.21 |
| HSL | 66.49º | 0.26% | 0.72% | - |
| HSV(B) | 66.49º | 0.18% | 0.79% | - |
| XYZ | 51.2 | 56.96 | 43.89 | - |
| YUV | 196.59 | 110.17 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 165 | 0.02 | 0 | 0.18 | 0.21 | 66.49 | 0.26 | 0.72 |
| Hex | C6 | CA | A5 | 2 | 0 | 12 | 15 | 42 | 1A | 48 |
| Octal | 306 | 312 | 245 | 2 | 0 | 22 | 25 | 102 | 32 | 110 |
| Binary | 11000110 | 11001010 | 10100101 | 10 | 0 | 10010 | 10101 | 1000010 | 11010 | 1001000 |
Color Harmonies of #C6CAA5
Complementary color
Monochromatic Colors of #C6CAA5
Black with #C6CAA5
Text Example
Text Example
White with #C6CAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CAA5; }
p { color: rgb(198,202,165); }
H1.HeaderClassName
{
color: #C6CAA5;
}
.AnyTagClassName
{
color: #C6CAA5;
}
</style>
background-color css
<style>
a { background-color: #C6CAA5; }
a { background-color: rgb(198,202,165); }
div.DivClassName
{
background-color: #C6CAA5;
}
.BgClassName
{
background-color: #C6CAA5;
}
</style>
border-color css
<style>
span { border-color: #C6CAA5; }
span { border-color: rgb(198,202,165); }
td.TdClassName
{
border-color: #C6CAA5;
}
.TagClassName
{
border-color: #C6CAA5;
}
</style>