Shades of Silk #C2A993
Tints of Silk #C2A993
RGB
CMYK
RGB Variations
Color information
#C2A993 (or 0xC2A993) is known color: Silk. HEX triplet: C2, A9 and 93. RGB value is (194,169,147). Sum of RGB (Red+Green+Blue) = 194+169+147=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 147 (57.81% from 255 or 28.82% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A993 is #3D566C. Grayscale: #AEAEAE. Windows color (decimal): -4019821 or 9677250. OLE color: 9677250.
HSL color Cylindrical-coordinate representation of color #C2A993: hue angle of 28.09º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2A993 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 169 | 147 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.24 |
| HSL | 28.09º | 0.28% | 0.67% | - |
| HSV(B) | 28.09º | 0.24% | 0.76% | - |
| XYZ | 41.7 | 41.95 | 33.5 | - |
| YUV | 173.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 147 | 0 | 0.13 | 0.24 | 0.24 | 28.09 | 0.28 | 0.67 |
| Hex | C2 | A9 | 93 | 0 | D | 18 | 18 | 1C | 1C | 43 |
| Octal | 302 | 251 | 223 | 0 | 15 | 30 | 30 | 34 | 34 | 103 |
| Binary | 11000010 | 10101001 | 10010011 | 0 | 1101 | 11000 | 11000 | 11100 | 11100 | 1000011 |
Color Harmonies of #C2A993
Complementary color
Monochromatic Colors of #C2A993
Black with #C2A993
Text Example
Text Example
White with #C2A993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A993; }
p { color: rgb(194,169,147); }
H1.HeaderClassName
{
color: #C2A993;
}
.AnyTagClassName
{
color: #C2A993;
}
</style>
background-color css
<style>
a { background-color: #C2A993; }
a { background-color: rgb(194,169,147); }
div.DivClassName
{
background-color: #C2A993;
}
.BgClassName
{
background-color: #C2A993;
}
</style>
border-color css
<style>
span { border-color: #C2A993; }
span { border-color: rgb(194,169,147); }
td.TdClassName
{
border-color: #C2A993;
}
.TagClassName
{
border-color: #C2A993;
}
</style>