Shades of Kidnapper #C7CBA6
Tints of Kidnapper #C7CBA6
RGB
CMYK
RGB Variations
Color information
#C7CBA6 (or 0xC7CBA6) is known color: Kidnapper. HEX triplet: C7, CB and A6. RGB value is (199,203,166). Sum of RGB (Red+Green+Blue) = 199+203+166=568 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.04% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 166 (65.23% from 255 or 29.23% from 568); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CBA6 is #383459. Grayscale: #C5C5C5. Windows color (decimal): -3683418 or 10931143. OLE color: 10931143.
HSL color Cylindrical-coordinate representation of color #C7CBA6: hue angle of 66.49º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7CBA6 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 203 | 166 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.20 |
| HSL | 66.49º | 0.26% | 0.72% | - |
| HSV(B) | 66.49º | 0.18% | 0.8% | - |
| XYZ | 51.79 | 57.61 | 44.47 | - |
| YUV | 197.59 | 110.17 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 203 | 166 | 0.02 | 0 | 0.18 | 0.20 | 66.49 | 0.26 | 0.72 |
| Hex | C7 | CB | A6 | 2 | 0 | 12 | 14 | 42 | 1A | 48 |
| Octal | 307 | 313 | 246 | 2 | 0 | 22 | 24 | 102 | 32 | 110 |
| Binary | 11000111 | 11001011 | 10100110 | 10 | 0 | 10010 | 10100 | 1000010 | 11010 | 1001000 |
Color Harmonies of #C7CBA6
Complementary color
Monochromatic Colors of #C7CBA6
Black with #C7CBA6
Text Example
Text Example
White with #C7CBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CBA6; }
p { color: rgb(199,203,166); }
H1.HeaderClassName
{
color: #C7CBA6;
}
.AnyTagClassName
{
color: #C7CBA6;
}
</style>
background-color css
<style>
a { background-color: #C7CBA6; }
a { background-color: rgb(199,203,166); }
div.DivClassName
{
background-color: #C7CBA6;
}
.BgClassName
{
background-color: #C7CBA6;
}
</style>
border-color css
<style>
span { border-color: #C7CBA6; }
span { border-color: rgb(199,203,166); }
td.TdClassName
{
border-color: #C7CBA6;
}
.TagClassName
{
border-color: #C7CBA6;
}
</style>