Shades of Silk #C2AD9A
Tints of Silk #C2AD9A
RGB
CMYK
RGB Variations
Color information
#C2AD9A (or 0xC2AD9A) is known color: Silk. HEX triplet: C2, AD and 9A. RGB value is (194,173,154). Sum of RGB (Red+Green+Blue) = 194+173+154=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AD9A is #3D5265. Grayscale: #B1B1B1. Windows color (decimal): -4018790 or 10137026. OLE color: 10137026.
HSL color Cylindrical-coordinate representation of color #C2AD9A: hue angle of 28.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2AD9A is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 154 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.24 |
| HSL | 28.5º | 0.25% | 0.68% | - |
| HSV(B) | 28.5º | 0.21% | 0.76% | - |
| XYZ | 43.02 | 43.69 | 36.74 | - |
| YUV | 177.11 | 114.96 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 154 | 0 | 0.11 | 0.21 | 0.24 | 28.5 | 0.25 | 0.68 |
| Hex | C2 | AD | 9A | 0 | B | 15 | 18 | 1C | 19 | 44 |
| Octal | 302 | 255 | 232 | 0 | 13 | 25 | 30 | 34 | 31 | 104 |
| Binary | 11000010 | 10101101 | 10011010 | 0 | 1011 | 10101 | 11000 | 11100 | 11001 | 1000100 |
Color Harmonies of #C2AD9A
Complementary color
Monochromatic Colors of #C2AD9A
Black with #C2AD9A
Text Example
Text Example
White with #C2AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD9A; }
p { color: rgb(194,173,154); }
H1.HeaderClassName
{
color: #C2AD9A;
}
.AnyTagClassName
{
color: #C2AD9A;
}
</style>
background-color css
<style>
a { background-color: #C2AD9A; }
a { background-color: rgb(194,173,154); }
div.DivClassName
{
background-color: #C2AD9A;
}
.BgClassName
{
background-color: #C2AD9A;
}
</style>
border-color css
<style>
span { border-color: #C2AD9A; }
span { border-color: rgb(194,173,154); }
td.TdClassName
{
border-color: #C2AD9A;
}
.TagClassName
{
border-color: #C2AD9A;
}
</style>