Shades of Silk #C1ADA2
Tints of Silk #C1ADA2
RGB
CMYK
RGB Variations
Color information
#C1ADA2 (or 0xC1ADA2) is known color: Silk. HEX triplet: C1, AD and A2. RGB value is (193,173,162). Sum of RGB (Red+Green+Blue) = 193+173+162=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ADA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ADA2 is #3E525D. Grayscale: #B1B1B1. Windows color (decimal): -4084318 or 10661313. OLE color: 10661313.
HSL color Cylindrical-coordinate representation of color #C1ADA2: hue angle of 21.29º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1ADA2 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 162 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.24 |
| HSL | 21.29º | 0.2% | 0.7% | - |
| HSV(B) | 21.29º | 0.16% | 0.76% | - |
| XYZ | 43.46 | 43.83 | 40.35 | - |
| YUV | 177.73 | 119.13 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 162 | 0 | 0.10 | 0.16 | 0.24 | 21.29 | 0.2 | 0.7 |
| Hex | C1 | AD | A2 | 0 | A | 10 | 18 | 15 | 14 | 46 |
| Octal | 301 | 255 | 242 | 0 | 12 | 20 | 30 | 25 | 24 | 106 |
| Binary | 11000001 | 10101101 | 10100010 | 0 | 1010 | 10000 | 11000 | 10101 | 10100 | 1000110 |
Color Harmonies of #C1ADA2
Complementary color
Monochromatic Colors of #C1ADA2
Black with #C1ADA2
Text Example
Text Example
White with #C1ADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ADA2; }
p { color: rgb(193,173,162); }
H1.HeaderClassName
{
color: #C1ADA2;
}
.AnyTagClassName
{
color: #C1ADA2;
}
</style>
background-color css
<style>
a { background-color: #C1ADA2; }
a { background-color: rgb(193,173,162); }
div.DivClassName
{
background-color: #C1ADA2;
}
.BgClassName
{
background-color: #C1ADA2;
}
</style>
border-color css
<style>
span { border-color: #C1ADA2; }
span { border-color: rgb(193,173,162); }
td.TdClassName
{
border-color: #C1ADA2;
}
.TagClassName
{
border-color: #C1ADA2;
}
</style>