Shades of Silk #C2ADA0
Tints of Silk #C2ADA0
RGB
CMYK
RGB Variations
Color information
#C2ADA0 (or 0xC2ADA0) is known color: Silk. HEX triplet: C2, AD and A0. RGB value is (194,173,160). Sum of RGB (Red+Green+Blue) = 194+173+160=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ADA0 is #3D525F. Grayscale: #B1B1B1. Windows color (decimal): -4018784 or 10530242. OLE color: 10530242.
HSL color Cylindrical-coordinate representation of color #C2ADA0: hue angle of 22.94º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2ADA0 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 160 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.24 |
| HSL | 22.94º | 0.22% | 0.69% | - |
| HSV(B) | 22.94º | 0.18% | 0.76% | - |
| XYZ | 43.54 | 43.89 | 39.44 | - |
| YUV | 177.8 | 117.96 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 160 | 0 | 0.11 | 0.18 | 0.24 | 22.94 | 0.22 | 0.69 |
| Hex | C2 | AD | A0 | 0 | B | 12 | 18 | 17 | 16 | 45 |
| Octal | 302 | 255 | 240 | 0 | 13 | 22 | 30 | 27 | 26 | 105 |
| Binary | 11000010 | 10101101 | 10100000 | 0 | 1011 | 10010 | 11000 | 10111 | 10110 | 1000101 |
Color Harmonies of #C2ADA0
Complementary color
Monochromatic Colors of #C2ADA0
Black with #C2ADA0
Text Example
Text Example
White with #C2ADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADA0; }
p { color: rgb(194,173,160); }
H1.HeaderClassName
{
color: #C2ADA0;
}
.AnyTagClassName
{
color: #C2ADA0;
}
</style>
background-color css
<style>
a { background-color: #C2ADA0; }
a { background-color: rgb(194,173,160); }
div.DivClassName
{
background-color: #C2ADA0;
}
.BgClassName
{
background-color: #C2ADA0;
}
</style>
border-color css
<style>
span { border-color: #C2ADA0; }
span { border-color: rgb(194,173,160); }
td.TdClassName
{
border-color: #C2ADA0;
}
.TagClassName
{
border-color: #C2ADA0;
}
</style>