Shades of Kidnapper #C1C1AD
Tints of Kidnapper #C1C1AD
RGB
CMYK
RGB Variations
Color information
#C1C1AD (or 0xC1C1AD) is known color: Kidnapper. HEX triplet: C1, C1 and AD. RGB value is (193,193,173). Sum of RGB (Red+Green+Blue) = 193+193+173=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 193 - color contains mainly: red, green. Hex color #C1C1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C1AD is #3E3E52. Grayscale: #BEBEBE. Windows color (decimal): -4079187 or 11387329. OLE color: 11387329.
HSL color Cylindrical-coordinate representation of color #C1C1AD: hue angle of 60º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1C1AD is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 193 | 173 | - |
| CMYK | 0 | 0 | 0.10 | 0.24 |
| HSL | 60º | 0.14% | 0.72% | - |
| HSV(B) | 60º | 0.1% | 0.76% | - |
| XYZ | 48.61 | 52.49 | 47.11 | - |
| YUV | 190.72 | 118 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 193 | 173 | 0 | 0 | 0.10 | 0.24 | 60 | 0.14 | 0.72 |
| Hex | C1 | C1 | AD | 0 | 0 | A | 18 | 3C | E | 48 |
| Octal | 301 | 301 | 255 | 0 | 0 | 12 | 30 | 74 | 16 | 110 |
| Binary | 11000001 | 11000001 | 10101101 | 0 | 0 | 1010 | 11000 | 111100 | 1110 | 1001000 |
Color Harmonies of #C1C1AD
Complementary color
Monochromatic Colors of #C1C1AD
Black with #C1C1AD
Text Example
Text Example
White with #C1C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C1AD; }
p { color: rgb(193,193,173); }
H1.HeaderClassName
{
color: #C1C1AD;
}
.AnyTagClassName
{
color: #C1C1AD;
}
</style>
background-color css
<style>
a { background-color: #C1C1AD; }
a { background-color: rgb(193,193,173); }
div.DivClassName
{
background-color: #C1C1AD;
}
.BgClassName
{
background-color: #C1C1AD;
}
</style>
border-color css
<style>
span { border-color: #C1C1AD; }
span { border-color: rgb(193,193,173); }
td.TdClassName
{
border-color: #C1C1AD;
}
.TagClassName
{
border-color: #C1C1AD;
}
</style>