Shades of Silk #C2AD9B
Tints of Silk #C2AD9B
RGB
CMYK
RGB Variations
Color information
#C2AD9B (or 0xC2AD9B) is known color: Silk. HEX triplet: C2, AD and 9B. RGB value is (194,173,155). Sum of RGB (Red+Green+Blue) = 194+173+155=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AD9B is #3D5264. Grayscale: #B1B1B1. Windows color (decimal): -4018789 or 10202562. OLE color: 10202562.
HSL color Cylindrical-coordinate representation of color #C2AD9B: hue angle of 27.69º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2AD9B is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 155 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.24 |
| HSL | 27.69º | 0.24% | 0.68% | - |
| HSV(B) | 27.69º | 0.2% | 0.76% | - |
| XYZ | 43.11 | 43.72 | 37.18 | - |
| YUV | 177.23 | 115.46 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 155 | 0 | 0.11 | 0.20 | 0.24 | 27.69 | 0.24 | 0.68 |
| Hex | C2 | AD | 9B | 0 | B | 14 | 18 | 1C | 18 | 44 |
| Octal | 302 | 255 | 233 | 0 | 13 | 24 | 30 | 34 | 30 | 104 |
| Binary | 11000010 | 10101101 | 10011011 | 0 | 1011 | 10100 | 11000 | 11100 | 11000 | 1000100 |
Color Harmonies of #C2AD9B
Complementary color
Monochromatic Colors of #C2AD9B
Black with #C2AD9B
Text Example
Text Example
White with #C2AD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD9B; }
p { color: rgb(194,173,155); }
H1.HeaderClassName
{
color: #C2AD9B;
}
.AnyTagClassName
{
color: #C2AD9B;
}
</style>
background-color css
<style>
a { background-color: #C2AD9B; }
a { background-color: rgb(194,173,155); }
div.DivClassName
{
background-color: #C2AD9B;
}
.BgClassName
{
background-color: #C2AD9B;
}
</style>
border-color css
<style>
span { border-color: #C2AD9B; }
span { border-color: rgb(194,173,155); }
td.TdClassName
{
border-color: #C2AD9B;
}
.TagClassName
{
border-color: #C2AD9B;
}
</style>