Shades of Kidnapper #C1C2AD
Tints of Kidnapper #C1C2AD
RGB
CMYK
RGB Variations
Color information
#C1C2AD (or 0xC1C2AD) is known color: Kidnapper. HEX triplet: C1, C2 and AD. RGB value is (193,194,173). Sum of RGB (Red+Green+Blue) = 193+194+173=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C2AD is #3E3D52. Grayscale: #BFBFBF. Windows color (decimal): -4078931 or 11387585. OLE color: 11387585.
HSL color Cylindrical-coordinate representation of color #C1C2AD: hue angle of 62.86º 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 #C1C2AD is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 194 | 173 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.24 |
| HSL | 62.86º | 0.15% | 0.72% | - |
| HSV(B) | 62.86º | 0.11% | 0.76% | - |
| XYZ | 48.83 | 52.94 | 47.18 | - |
| YUV | 191.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 194 | 173 | 0.01 | 0 | 0.11 | 0.24 | 62.86 | 0.15 | 0.72 |
| Hex | C1 | C2 | AD | 1 | 0 | B | 18 | 3F | F | 48 |
| Octal | 301 | 302 | 255 | 1 | 0 | 13 | 30 | 77 | 17 | 110 |
| Binary | 11000001 | 11000010 | 10101101 | 1 | 0 | 1011 | 11000 | 111111 | 1111 | 1001000 |
Color Harmonies of #C1C2AD
Complementary color
Monochromatic Colors of #C1C2AD
Black with #C1C2AD
Text Example
Text Example
White with #C1C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C2AD; }
p { color: rgb(193,194,173); }
H1.HeaderClassName
{
color: #C1C2AD;
}
.AnyTagClassName
{
color: #C1C2AD;
}
</style>
background-color css
<style>
a { background-color: #C1C2AD; }
a { background-color: rgb(193,194,173); }
div.DivClassName
{
background-color: #C1C2AD;
}
.BgClassName
{
background-color: #C1C2AD;
}
</style>
border-color css
<style>
span { border-color: #C1C2AD; }
span { border-color: rgb(193,194,173); }
td.TdClassName
{
border-color: #C1C2AD;
}
.TagClassName
{
border-color: #C1C2AD;
}
</style>