Shades of Silk #C2A694
Tints of Silk #C2A694
RGB
CMYK
RGB Variations
Color information
#C2A694 (or 0xC2A694) is known color: Silk. HEX triplet: C2, A6 and 94. RGB value is (194,166,148). Sum of RGB (Red+Green+Blue) = 194+166+148=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A694 is #3D596B. Grayscale: #ACACAC. Windows color (decimal): -4020588 or 9742018. OLE color: 9742018.
HSL color Cylindrical-coordinate representation of color #C2A694: hue angle of 23.48º degrees, saturation: 0.27, 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 #C2A694 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 148 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.24 |
| HSL | 23.48º | 0.27% | 0.67% | - |
| HSV(B) | 23.48º | 0.24% | 0.76% | - |
| XYZ | 41.23 | 40.88 | 33.73 | - |
| YUV | 172.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 148 | 0 | 0.14 | 0.24 | 0.24 | 23.48 | 0.27 | 0.67 |
| Hex | C2 | A6 | 94 | 0 | E | 18 | 18 | 17 | 1B | 43 |
| Octal | 302 | 246 | 224 | 0 | 16 | 30 | 30 | 27 | 33 | 103 |
| Binary | 11000010 | 10100110 | 10010100 | 0 | 1110 | 11000 | 11000 | 10111 | 11011 | 1000011 |
Color Harmonies of #C2A694
Complementary color
Monochromatic Colors of #C2A694
Black with #C2A694
Text Example
Text Example
White with #C2A694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A694; }
p { color: rgb(194,166,148); }
H1.HeaderClassName
{
color: #C2A694;
}
.AnyTagClassName
{
color: #C2A694;
}
</style>
background-color css
<style>
a { background-color: #C2A694; }
a { background-color: rgb(194,166,148); }
div.DivClassName
{
background-color: #C2A694;
}
.BgClassName
{
background-color: #C2A694;
}
</style>
border-color css
<style>
span { border-color: #C2A694; }
span { border-color: rgb(194,166,148); }
td.TdClassName
{
border-color: #C2A694;
}
.TagClassName
{
border-color: #C2A694;
}
</style>