Shades of Silk #C0AC9D
Tints of Silk #C0AC9D
RGB
CMYK
RGB Variations
Color information
#C0AC9D (or 0xC0AC9D) is known color: Silk. HEX triplet: C0, AC and 9D. RGB value is (192,172,157). Sum of RGB (Red+Green+Blue) = 192+172+157=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AC9D is #3F5362. Grayscale: #B0B0B0. Windows color (decimal): -4150115 or 10333376. OLE color: 10333376.
HSL color Cylindrical-coordinate representation of color #C0AC9D: hue angle of 25.71º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0AC9D is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 157 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.25 |
| HSL | 25.71º | 0.22% | 0.68% | - |
| HSV(B) | 25.71º | 0.18% | 0.75% | - |
| XYZ | 42.58 | 43.15 | 37.98 | - |
| YUV | 176.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 157 | 0 | 0.10 | 0.18 | 0.25 | 25.71 | 0.22 | 0.68 |
| Hex | C0 | AC | 9D | 0 | A | 12 | 19 | 1A | 16 | 44 |
| Octal | 300 | 254 | 235 | 0 | 12 | 22 | 31 | 32 | 26 | 104 |
| Binary | 11000000 | 10101100 | 10011101 | 0 | 1010 | 10010 | 11001 | 11010 | 10110 | 1000100 |
Color Harmonies of #C0AC9D
Complementary color
Monochromatic Colors of #C0AC9D
Black with #C0AC9D
Text Example
Text Example
White with #C0AC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC9D; }
p { color: rgb(192,172,157); }
H1.HeaderClassName
{
color: #C0AC9D;
}
.AnyTagClassName
{
color: #C0AC9D;
}
</style>
background-color css
<style>
a { background-color: #C0AC9D; }
a { background-color: rgb(192,172,157); }
div.DivClassName
{
background-color: #C0AC9D;
}
.BgClassName
{
background-color: #C0AC9D;
}
</style>
border-color css
<style>
span { border-color: #C0AC9D; }
span { border-color: rgb(192,172,157); }
td.TdClassName
{
border-color: #C0AC9D;
}
.TagClassName
{
border-color: #C0AC9D;
}
</style>