Shades of Silk #C2AD9E
Tints of Silk #C2AD9E
RGB
CMYK
RGB Variations
Color information
#C2AD9E (or 0xC2AD9E) is known color: Silk. HEX triplet: C2, AD and 9E. RGB value is (194,173,158). Sum of RGB (Red+Green+Blue) = 194+173+158=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AD9E is #3D5261. Grayscale: #B1B1B1. Windows color (decimal): -4018786 or 10399170. OLE color: 10399170.
HSL color Cylindrical-coordinate representation of color #C2AD9E: hue angle of 25º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2AD9E is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 158 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.24 |
| HSL | 25º | 0.23% | 0.69% | - |
| HSV(B) | 25º | 0.19% | 0.76% | - |
| XYZ | 43.36 | 43.83 | 38.52 | - |
| YUV | 177.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 158 | 0 | 0.11 | 0.19 | 0.24 | 25 | 0.23 | 0.69 |
| Hex | C2 | AD | 9E | 0 | B | 13 | 18 | 19 | 17 | 45 |
| Octal | 302 | 255 | 236 | 0 | 13 | 23 | 30 | 31 | 27 | 105 |
| Binary | 11000010 | 10101101 | 10011110 | 0 | 1011 | 10011 | 11000 | 11001 | 10111 | 1000101 |
Color Harmonies of #C2AD9E
Complementary color
Monochromatic Colors of #C2AD9E
Black with #C2AD9E
Text Example
Text Example
White with #C2AD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD9E; }
p { color: rgb(194,173,158); }
H1.HeaderClassName
{
color: #C2AD9E;
}
.AnyTagClassName
{
color: #C2AD9E;
}
</style>
background-color css
<style>
a { background-color: #C2AD9E; }
a { background-color: rgb(194,173,158); }
div.DivClassName
{
background-color: #C2AD9E;
}
.BgClassName
{
background-color: #C2AD9E;
}
</style>
border-color css
<style>
span { border-color: #C2AD9E; }
span { border-color: rgb(194,173,158); }
td.TdClassName
{
border-color: #C2AD9E;
}
.TagClassName
{
border-color: #C2AD9E;
}
</style>