Shades of Kidnapper #C2C3AD
Tints of Kidnapper #C2C3AD
RGB
CMYK
RGB Variations
Color information
#C2C3AD (or 0xC2C3AD) is known color: Kidnapper. HEX triplet: C2, C3 and AD. RGB value is (194,195,173). Sum of RGB (Red+Green+Blue) = 194+195+173=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C3AD is #3D3C52. Grayscale: #C0C0C0. Windows color (decimal): -4013139 or 11387842. OLE color: 11387842.
HSL color Cylindrical-coordinate representation of color #C2C3AD: hue angle of 62.73º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2C3AD is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 195 | 173 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.24 |
| HSL | 62.73º | 0.15% | 0.72% | - |
| HSV(B) | 62.73º | 0.11% | 0.76% | - |
| XYZ | 49.31 | 53.52 | 47.27 | - |
| YUV | 192.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 173 | 0.01 | 0 | 0.11 | 0.24 | 62.73 | 0.15 | 0.72 |
| Hex | C2 | C3 | AD | 1 | 0 | B | 18 | 3F | F | 48 |
| Octal | 302 | 303 | 255 | 1 | 0 | 13 | 30 | 77 | 17 | 110 |
| Binary | 11000010 | 11000011 | 10101101 | 1 | 0 | 1011 | 11000 | 111111 | 1111 | 1001000 |
Color Harmonies of #C2C3AD
Complementary color
Monochromatic Colors of #C2C3AD
Black with #C2C3AD
Text Example
Text Example
White with #C2C3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C3AD; }
p { color: rgb(194,195,173); }
H1.HeaderClassName
{
color: #C2C3AD;
}
.AnyTagClassName
{
color: #C2C3AD;
}
</style>
background-color css
<style>
a { background-color: #C2C3AD; }
a { background-color: rgb(194,195,173); }
div.DivClassName
{
background-color: #C2C3AD;
}
.BgClassName
{
background-color: #C2C3AD;
}
</style>
border-color css
<style>
span { border-color: #C2C3AD; }
span { border-color: rgb(194,195,173); }
td.TdClassName
{
border-color: #C2C3AD;
}
.TagClassName
{
border-color: #C2C3AD;
}
</style>