Shades of Silk #C2AB98
Tints of Silk #C2AB98
RGB
CMYK
RGB Variations
Color information
#C2AB98 (or 0xC2AB98) is known color: Silk. HEX triplet: C2, AB and 98. RGB value is (194,171,152). Sum of RGB (Red+Green+Blue) = 194+171+152=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AB98 is #3D5467. Grayscale: #AFAFAF. Windows color (decimal): -4019304 or 10005442. OLE color: 10005442.
HSL color Cylindrical-coordinate representation of color #C2AB98: hue angle of 27.14º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2AB98 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 152 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.24 |
| HSL | 27.14º | 0.26% | 0.68% | - |
| HSV(B) | 27.14º | 0.22% | 0.76% | - |
| XYZ | 42.48 | 42.86 | 35.74 | - |
| YUV | 175.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 152 | 0 | 0.12 | 0.22 | 0.24 | 27.14 | 0.26 | 0.68 |
| Hex | C2 | AB | 98 | 0 | C | 16 | 18 | 1B | 1A | 44 |
| Octal | 302 | 253 | 230 | 0 | 14 | 26 | 30 | 33 | 32 | 104 |
| Binary | 11000010 | 10101011 | 10011000 | 0 | 1100 | 10110 | 11000 | 11011 | 11010 | 1000100 |
Color Harmonies of #C2AB98
Complementary color
Monochromatic Colors of #C2AB98
Black with #C2AB98
Text Example
Text Example
White with #C2AB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB98; }
p { color: rgb(194,171,152); }
H1.HeaderClassName
{
color: #C2AB98;
}
.AnyTagClassName
{
color: #C2AB98;
}
</style>
background-color css
<style>
a { background-color: #C2AB98; }
a { background-color: rgb(194,171,152); }
div.DivClassName
{
background-color: #C2AB98;
}
.BgClassName
{
background-color: #C2AB98;
}
</style>
border-color css
<style>
span { border-color: #C2AB98; }
span { border-color: rgb(194,171,152); }
td.TdClassName
{
border-color: #C2AB98;
}
.TagClassName
{
border-color: #C2AB98;
}
</style>