Shades of Kidnapper #C7CBA7
Tints of Kidnapper #C7CBA7
RGB
CMYK
RGB Variations
Color information
#C7CBA7 (or 0xC7CBA7) is known color: Kidnapper. HEX triplet: C7, CB and A7. RGB value is (199,203,167). Sum of RGB (Red+Green+Blue) = 199+203+167=569 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.97% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 167 (65.62% from 255 or 29.35% from 569); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CBA7 is #383458. Grayscale: #C5C5C5. Windows color (decimal): -3683417 or 10996679. OLE color: 10996679.
HSL color Cylindrical-coordinate representation of color #C7CBA7: hue angle of 66.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7CBA7 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 203 | 167 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.20 |
| HSL | 66.67º | 0.26% | 0.73% | - |
| HSV(B) | 66.67º | 0.18% | 0.8% | - |
| XYZ | 51.88 | 57.64 | 44.95 | - |
| YUV | 197.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 203 | 167 | 0.02 | 0 | 0.18 | 0.20 | 66.67 | 0.26 | 0.73 |
| Hex | C7 | CB | A7 | 2 | 0 | 12 | 14 | 43 | 1A | 49 |
| Octal | 307 | 313 | 247 | 2 | 0 | 22 | 24 | 103 | 32 | 111 |
| Binary | 11000111 | 11001011 | 10100111 | 10 | 0 | 10010 | 10100 | 1000011 | 11010 | 1001001 |
Color Harmonies of #C7CBA7
Complementary color
Monochromatic Colors of #C7CBA7
Black with #C7CBA7
Text Example
Text Example
White with #C7CBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CBA7; }
p { color: rgb(199,203,167); }
H1.HeaderClassName
{
color: #C7CBA7;
}
.AnyTagClassName
{
color: #C7CBA7;
}
</style>
background-color css
<style>
a { background-color: #C7CBA7; }
a { background-color: rgb(199,203,167); }
div.DivClassName
{
background-color: #C7CBA7;
}
.BgClassName
{
background-color: #C7CBA7;
}
</style>
border-color css
<style>
span { border-color: #C7CBA7; }
span { border-color: rgb(199,203,167); }
td.TdClassName
{
border-color: #C7CBA7;
}
.TagClassName
{
border-color: #C7CBA7;
}
</style>