Shades of Silk #C2AA94
Tints of Silk #C2AA94
RGB
CMYK
RGB Variations
Color information
#C2AA94 (or 0xC2AA94) is known color: Silk. HEX triplet: C2, AA and 94. RGB value is (194,170,148). Sum of RGB (Red+Green+Blue) = 194+170+148=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AA94 is #3D556B. Grayscale: #AEAEAE. Windows color (decimal): -4019564 or 9743042. OLE color: 9743042.
HSL color Cylindrical-coordinate representation of color #C2AA94: hue angle of 28.7º 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 #C2AA94 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 148 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.24 |
| HSL | 28.7º | 0.27% | 0.67% | - |
| HSV(B) | 28.7º | 0.24% | 0.76% | - |
| XYZ | 41.97 | 42.36 | 33.98 | - |
| YUV | 174.67 | 112.95 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 148 | 0 | 0.12 | 0.24 | 0.24 | 28.7 | 0.27 | 0.67 |
| Hex | C2 | AA | 94 | 0 | C | 18 | 18 | 1D | 1B | 43 |
| Octal | 302 | 252 | 224 | 0 | 14 | 30 | 30 | 35 | 33 | 103 |
| Binary | 11000010 | 10101010 | 10010100 | 0 | 1100 | 11000 | 11000 | 11101 | 11011 | 1000011 |
Color Harmonies of #C2AA94
Complementary color
Monochromatic Colors of #C2AA94
Black with #C2AA94
Text Example
Text Example
White with #C2AA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA94; }
p { color: rgb(194,170,148); }
H1.HeaderClassName
{
color: #C2AA94;
}
.AnyTagClassName
{
color: #C2AA94;
}
</style>
background-color css
<style>
a { background-color: #C2AA94; }
a { background-color: rgb(194,170,148); }
div.DivClassName
{
background-color: #C2AA94;
}
.BgClassName
{
background-color: #C2AA94;
}
</style>
border-color css
<style>
span { border-color: #C2AA94; }
span { border-color: rgb(194,170,148); }
td.TdClassName
{
border-color: #C2AA94;
}
.TagClassName
{
border-color: #C2AA94;
}
</style>