Shades of Kidnapper #C7CAB2
Tints of Kidnapper #C7CAB2
RGB
CMYK
RGB Variations
Color information
#C7CAB2 (or 0xC7CAB2) is known color: Kidnapper. HEX triplet: C7, CA and B2. RGB value is (199,202,178). Sum of RGB (Red+Green+Blue) = 199+202+178=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 178 (69.92% from 255 or 30.74% from 579); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CAB2 is #38354D. Grayscale: #C6C6C6. Windows color (decimal): -3683662 or 11717319. OLE color: 11717319.
HSL color Cylindrical-coordinate representation of color #C7CAB2: hue angle of 67.5º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7CAB2 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 178 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.21 |
| HSL | 67.5º | 0.18% | 0.75% | - |
| HSV(B) | 67.5º | 0.12% | 0.79% | - |
| XYZ | 52.71 | 57.6 | 50.46 | - |
| YUV | 198.37 | 116.51 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 178 | 0.01 | 0 | 0.12 | 0.21 | 67.5 | 0.18 | 0.75 |
| Hex | C7 | CA | B2 | 1 | 0 | C | 15 | 44 | 12 | 4B |
| Octal | 307 | 312 | 262 | 1 | 0 | 14 | 25 | 104 | 22 | 113 |
| Binary | 11000111 | 11001010 | 10110010 | 1 | 0 | 1100 | 10101 | 1000100 | 10010 | 1001011 |
Color Harmonies of #C7CAB2
Complementary color
Monochromatic Colors of #C7CAB2
Black with #C7CAB2
Text Example
Text Example
White with #C7CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CAB2; }
p { color: rgb(199,202,178); }
H1.HeaderClassName
{
color: #C7CAB2;
}
.AnyTagClassName
{
color: #C7CAB2;
}
</style>
background-color css
<style>
a { background-color: #C7CAB2; }
a { background-color: rgb(199,202,178); }
div.DivClassName
{
background-color: #C7CAB2;
}
.BgClassName
{
background-color: #C7CAB2;
}
</style>
border-color css
<style>
span { border-color: #C7CAB2; }
span { border-color: rgb(199,202,178); }
td.TdClassName
{
border-color: #C7CAB2;
}
.TagClassName
{
border-color: #C7CAB2;
}
</style>