Shades of Silk #C2AD9D
Tints of Silk #C2AD9D
RGB
CMYK
RGB Variations
Color information
#C2AD9D (or 0xC2AD9D) is known color: Silk. HEX triplet: C2, AD and 9D. RGB value is (194,173,157). Sum of RGB (Red+Green+Blue) = 194+173+157=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AD9D is #3D5262. Grayscale: #B1B1B1. Windows color (decimal): -4018787 or 10333634. OLE color: 10333634.
HSL color Cylindrical-coordinate representation of color #C2AD9D: hue angle of 25.95º 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 #C2AD9D is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 157 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.24 |
| HSL | 25.95º | 0.23% | 0.69% | - |
| HSV(B) | 25.95º | 0.19% | 0.76% | - |
| XYZ | 43.28 | 43.79 | 38.07 | - |
| YUV | 177.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 157 | 0 | 0.11 | 0.19 | 0.24 | 25.95 | 0.23 | 0.69 |
| Hex | C2 | AD | 9D | 0 | B | 13 | 18 | 1A | 17 | 45 |
| Octal | 302 | 255 | 235 | 0 | 13 | 23 | 30 | 32 | 27 | 105 |
| Binary | 11000010 | 10101101 | 10011101 | 0 | 1011 | 10011 | 11000 | 11010 | 10111 | 1000101 |
Color Harmonies of #C2AD9D
Complementary color
Monochromatic Colors of #C2AD9D
Black with #C2AD9D
Text Example
Text Example
White with #C2AD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD9D; }
p { color: rgb(194,173,157); }
H1.HeaderClassName
{
color: #C2AD9D;
}
.AnyTagClassName
{
color: #C2AD9D;
}
</style>
background-color css
<style>
a { background-color: #C2AD9D; }
a { background-color: rgb(194,173,157); }
div.DivClassName
{
background-color: #C2AD9D;
}
.BgClassName
{
background-color: #C2AD9D;
}
</style>
border-color css
<style>
span { border-color: #C2AD9D; }
span { border-color: rgb(194,173,157); }
td.TdClassName
{
border-color: #C2AD9D;
}
.TagClassName
{
border-color: #C2AD9D;
}
</style>