Shades of Kidnapper #C2C3AF
Tints of Kidnapper #C2C3AF
RGB
CMYK
RGB Variations
Color information
#C2C3AF (or 0xC2C3AF) is known color: Kidnapper. HEX triplet: C2, C3 and AF. RGB value is (194,195,175). Sum of RGB (Red+Green+Blue) = 194+195+175=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C3AF is #3D3C50. Grayscale: #C0C0C0. Windows color (decimal): -4013137 or 11518914. OLE color: 11518914.
HSL color Cylindrical-coordinate representation of color #C2C3AF: hue angle of 63º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2C3AF is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 195 | 175 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.24 |
| HSL | 63º | 0.14% | 0.73% | - |
| HSV(B) | 63º | 0.1% | 0.76% | - |
| XYZ | 49.5 | 53.59 | 48.29 | - |
| YUV | 192.42 | 118.17 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 175 | 0.01 | 0 | 0.10 | 0.24 | 63 | 0.14 | 0.73 |
| Hex | C2 | C3 | AF | 1 | 0 | A | 18 | 3F | E | 49 |
| Octal | 302 | 303 | 257 | 1 | 0 | 12 | 30 | 77 | 16 | 111 |
| Binary | 11000010 | 11000011 | 10101111 | 1 | 0 | 1010 | 11000 | 111111 | 1110 | 1001001 |
Color Harmonies of #C2C3AF
Complementary color
Monochromatic Colors of #C2C3AF
Black with #C2C3AF
Text Example
Text Example
White with #C2C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C3AF; }
p { color: rgb(194,195,175); }
H1.HeaderClassName
{
color: #C2C3AF;
}
.AnyTagClassName
{
color: #C2C3AF;
}
</style>
background-color css
<style>
a { background-color: #C2C3AF; }
a { background-color: rgb(194,195,175); }
div.DivClassName
{
background-color: #C2C3AF;
}
.BgClassName
{
background-color: #C2C3AF;
}
</style>
border-color css
<style>
span { border-color: #C2C3AF; }
span { border-color: rgb(194,195,175); }
td.TdClassName
{
border-color: #C2C3AF;
}
.TagClassName
{
border-color: #C2C3AF;
}
</style>