Shades of Silk #C2AB95
Tints of Silk #C2AB95
RGB
CMYK
RGB Variations
Color information
#C2AB95 (or 0xC2AB95) is known color: Silk. HEX triplet: C2, AB and 95. RGB value is (194,171,149). Sum of RGB (Red+Green+Blue) = 194+171+149=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AB95 is #3D546A. Grayscale: #AFAFAF. Windows color (decimal): -4019307 or 9808834. OLE color: 9808834.
HSL color Cylindrical-coordinate representation of color #C2AB95: hue angle of 29.33º 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 #C2AB95 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 149 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.24 |
| HSL | 29.33º | 0.27% | 0.67% | - |
| HSV(B) | 29.33º | 0.23% | 0.76% | - |
| XYZ | 42.24 | 42.77 | 34.46 | - |
| YUV | 175.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 149 | 0 | 0.12 | 0.23 | 0.24 | 29.33 | 0.27 | 0.67 |
| Hex | C2 | AB | 95 | 0 | C | 17 | 18 | 1D | 1B | 43 |
| Octal | 302 | 253 | 225 | 0 | 14 | 27 | 30 | 35 | 33 | 103 |
| Binary | 11000010 | 10101011 | 10010101 | 0 | 1100 | 10111 | 11000 | 11101 | 11011 | 1000011 |
Color Harmonies of #C2AB95
Complementary color
Monochromatic Colors of #C2AB95
Black with #C2AB95
Text Example
Text Example
White with #C2AB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB95; }
p { color: rgb(194,171,149); }
H1.HeaderClassName
{
color: #C2AB95;
}
.AnyTagClassName
{
color: #C2AB95;
}
</style>
background-color css
<style>
a { background-color: #C2AB95; }
a { background-color: rgb(194,171,149); }
div.DivClassName
{
background-color: #C2AB95;
}
.BgClassName
{
background-color: #C2AB95;
}
</style>
border-color css
<style>
span { border-color: #C2AB95; }
span { border-color: rgb(194,171,149); }
td.TdClassName
{
border-color: #C2AB95;
}
.TagClassName
{
border-color: #C2AB95;
}
</style>