Shades of Kidnapper #C7CCAB
Tints of Kidnapper #C7CCAB
RGB
CMYK
RGB Variations
Color information
#C7CCAB (or 0xC7CCAB) is known color: Kidnapper. HEX triplet: C7, CC and AB. RGB value is (199,204,171). Sum of RGB (Red+Green+Blue) = 199+204+171=574 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.67% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CCAB is #383354. Grayscale: #C6C6C6. Windows color (decimal): -3683157 or 11259079. OLE color: 11259079.
HSL color Cylindrical-coordinate representation of color #C7CCAB: hue angle of 69.09º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7CCAB is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 204 | 171 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.2 |
| HSL | 69.09º | 0.24% | 0.74% | - |
| HSV(B) | 69.09º | 0.16% | 0.8% | - |
| XYZ | 52.5 | 58.27 | 47.01 | - |
| YUV | 198.74 | 112.34 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 204 | 171 | 0.02 | 0 | 0.16 | 0.2 | 69.09 | 0.24 | 0.74 |
| Hex | C7 | CC | AB | 2 | 0 | 10 | 14 | 45 | 18 | 4A |
| Octal | 307 | 314 | 253 | 2 | 0 | 20 | 24 | 105 | 30 | 112 |
| Binary | 11000111 | 11001100 | 10101011 | 10 | 0 | 10000 | 10100 | 1000101 | 11000 | 1001010 |
Color Harmonies of #C7CCAB
Complementary color
Monochromatic Colors of #C7CCAB
Black with #C7CCAB
Text Example
Text Example
White with #C7CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CCAB; }
p { color: rgb(199,204,171); }
H1.HeaderClassName
{
color: #C7CCAB;
}
.AnyTagClassName
{
color: #C7CCAB;
}
</style>
background-color css
<style>
a { background-color: #C7CCAB; }
a { background-color: rgb(199,204,171); }
div.DivClassName
{
background-color: #C7CCAB;
}
.BgClassName
{
background-color: #C7CCAB;
}
</style>
border-color css
<style>
span { border-color: #C7CCAB; }
span { border-color: rgb(199,204,171); }
td.TdClassName
{
border-color: #C7CCAB;
}
.TagClassName
{
border-color: #C7CCAB;
}
</style>