Shades of Silk #C2AA96
Tints of Silk #C2AA96
RGB
CMYK
RGB Variations
Color information
#C2AA96 (or 0xC2AA96) is known color: Silk. HEX triplet: C2, AA and 96. RGB value is (194,170,150). Sum of RGB (Red+Green+Blue) = 194+170+150=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AA96 is #3D5569. Grayscale: #AFAFAF. Windows color (decimal): -4019562 or 9874114. OLE color: 9874114.
HSL color Cylindrical-coordinate representation of color #C2AA96: hue angle of 27.27º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2AA96 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 150 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.24 |
| HSL | 27.27º | 0.27% | 0.67% | - |
| HSV(B) | 27.27º | 0.23% | 0.76% | - |
| XYZ | 42.13 | 42.42 | 34.82 | - |
| YUV | 174.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 150 | 0 | 0.12 | 0.23 | 0.24 | 27.27 | 0.27 | 0.67 |
| Hex | C2 | AA | 96 | 0 | C | 17 | 18 | 1B | 1B | 43 |
| Octal | 302 | 252 | 226 | 0 | 14 | 27 | 30 | 33 | 33 | 103 |
| Binary | 11000010 | 10101010 | 10010110 | 0 | 1100 | 10111 | 11000 | 11011 | 11011 | 1000011 |
Color Harmonies of #C2AA96
Complementary color
Monochromatic Colors of #C2AA96
Black with #C2AA96
Text Example
Text Example
White with #C2AA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA96; }
p { color: rgb(194,170,150); }
H1.HeaderClassName
{
color: #C2AA96;
}
.AnyTagClassName
{
color: #C2AA96;
}
</style>
background-color css
<style>
a { background-color: #C2AA96; }
a { background-color: rgb(194,170,150); }
div.DivClassName
{
background-color: #C2AA96;
}
.BgClassName
{
background-color: #C2AA96;
}
</style>
border-color css
<style>
span { border-color: #C2AA96; }
span { border-color: rgb(194,170,150); }
td.TdClassName
{
border-color: #C2AA96;
}
.TagClassName
{
border-color: #C2AA96;
}
</style>