Shades of Silk #C2AB9C
Tints of Silk #C2AB9C
RGB
CMYK
RGB Variations
Color information
#C2AB9C (or 0xC2AB9C) is known color: Silk. HEX triplet: C2, AB and 9C. RGB value is (194,171,156). Sum of RGB (Red+Green+Blue) = 194+171+156=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AB9C is #3D5463. Grayscale: #B0B0B0. Windows color (decimal): -4019300 or 10267586. OLE color: 10267586.
HSL color Cylindrical-coordinate representation of color #C2AB9C: hue angle of 23.68º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2AB9C is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 156 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.24 |
| HSL | 23.68º | 0.24% | 0.69% | - |
| HSV(B) | 23.68º | 0.2% | 0.76% | - |
| XYZ | 42.81 | 43 | 37.5 | - |
| YUV | 176.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 156 | 0 | 0.12 | 0.20 | 0.24 | 23.68 | 0.24 | 0.69 |
| Hex | C2 | AB | 9C | 0 | C | 14 | 18 | 18 | 18 | 45 |
| Octal | 302 | 253 | 234 | 0 | 14 | 24 | 30 | 30 | 30 | 105 |
| Binary | 11000010 | 10101011 | 10011100 | 0 | 1100 | 10100 | 11000 | 11000 | 11000 | 1000101 |
Color Harmonies of #C2AB9C
Complementary color
Monochromatic Colors of #C2AB9C
Black with #C2AB9C
Text Example
Text Example
White with #C2AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB9C; }
p { color: rgb(194,171,156); }
H1.HeaderClassName
{
color: #C2AB9C;
}
.AnyTagClassName
{
color: #C2AB9C;
}
</style>
background-color css
<style>
a { background-color: #C2AB9C; }
a { background-color: rgb(194,171,156); }
div.DivClassName
{
background-color: #C2AB9C;
}
.BgClassName
{
background-color: #C2AB9C;
}
</style>
border-color css
<style>
span { border-color: #C2AB9C; }
span { border-color: rgb(194,171,156); }
td.TdClassName
{
border-color: #C2AB9C;
}
.TagClassName
{
border-color: #C2AB9C;
}
</style>