Shades of Silk #C2AB96
Tints of Silk #C2AB96
RGB
CMYK
RGB Variations
Color information
#C2AB96 (or 0xC2AB96) is known color: Silk. HEX triplet: C2, AB and 96. RGB value is (194,171,150). Sum of RGB (Red+Green+Blue) = 194+171+150=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AB96 is #3D5469. Grayscale: #AFAFAF. Windows color (decimal): -4019306 or 9874370. OLE color: 9874370.
HSL color Cylindrical-coordinate representation of color #C2AB96: hue angle of 28.64º 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 #C2AB96 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 150 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.24 |
| HSL | 28.64º | 0.27% | 0.67% | - |
| HSV(B) | 28.64º | 0.23% | 0.76% | - |
| XYZ | 42.32 | 42.8 | 34.88 | - |
| YUV | 175.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 150 | 0 | 0.12 | 0.23 | 0.24 | 28.64 | 0.27 | 0.67 |
| Hex | C2 | AB | 96 | 0 | C | 17 | 18 | 1D | 1B | 43 |
| Octal | 302 | 253 | 226 | 0 | 14 | 27 | 30 | 35 | 33 | 103 |
| Binary | 11000010 | 10101011 | 10010110 | 0 | 1100 | 10111 | 11000 | 11101 | 11011 | 1000011 |
Color Harmonies of #C2AB96
Complementary color
Monochromatic Colors of #C2AB96
Black with #C2AB96
Text Example
Text Example
White with #C2AB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB96; }
p { color: rgb(194,171,150); }
H1.HeaderClassName
{
color: #C2AB96;
}
.AnyTagClassName
{
color: #C2AB96;
}
</style>
background-color css
<style>
a { background-color: #C2AB96; }
a { background-color: rgb(194,171,150); }
div.DivClassName
{
background-color: #C2AB96;
}
.BgClassName
{
background-color: #C2AB96;
}
</style>
border-color css
<style>
span { border-color: #C2AB96; }
span { border-color: rgb(194,171,150); }
td.TdClassName
{
border-color: #C2AB96;
}
.TagClassName
{
border-color: #C2AB96;
}
</style>