Shades of Silk #C2AC9B
Tints of Silk #C2AC9B
RGB
CMYK
RGB Variations
Color information
#C2AC9B (or 0xC2AC9B) is known color: Silk. HEX triplet: C2, AC and 9B. RGB value is (194,172,155). Sum of RGB (Red+Green+Blue) = 194+172+155=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AC9B is #3D5364. Grayscale: #B0B0B0. Windows color (decimal): -4019045 or 10202306. OLE color: 10202306.
HSL color Cylindrical-coordinate representation of color #C2AC9B: hue angle of 26.15º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2AC9B is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 155 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.24 |
| HSL | 26.15º | 0.24% | 0.68% | - |
| HSV(B) | 26.15º | 0.2% | 0.76% | - |
| XYZ | 42.92 | 43.34 | 37.11 | - |
| YUV | 176.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 155 | 0 | 0.11 | 0.20 | 0.24 | 26.15 | 0.24 | 0.68 |
| Hex | C2 | AC | 9B | 0 | B | 14 | 18 | 1A | 18 | 44 |
| Octal | 302 | 254 | 233 | 0 | 13 | 24 | 30 | 32 | 30 | 104 |
| Binary | 11000010 | 10101100 | 10011011 | 0 | 1011 | 10100 | 11000 | 11010 | 11000 | 1000100 |
Color Harmonies of #C2AC9B
Complementary color
Monochromatic Colors of #C2AC9B
Black with #C2AC9B
Text Example
Text Example
White with #C2AC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC9B; }
p { color: rgb(194,172,155); }
H1.HeaderClassName
{
color: #C2AC9B;
}
.AnyTagClassName
{
color: #C2AC9B;
}
</style>
background-color css
<style>
a { background-color: #C2AC9B; }
a { background-color: rgb(194,172,155); }
div.DivClassName
{
background-color: #C2AC9B;
}
.BgClassName
{
background-color: #C2AC9B;
}
</style>
border-color css
<style>
span { border-color: #C2AC9B; }
span { border-color: rgb(194,172,155); }
td.TdClassName
{
border-color: #C2AC9B;
}
.TagClassName
{
border-color: #C2AC9B;
}
</style>