Shades of Silk #C0AFA2
Tints of Silk #C0AFA2
RGB
CMYK
RGB Variations
Color information
#C0AFA2 (or 0xC0AFA2) is known color: Silk. HEX triplet: C0, AF and A2. RGB value is (192,175,162). Sum of RGB (Red+Green+Blue) = 192+175+162=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AFA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AFA2 is #3F505D. Grayscale: #B2B2B2. Windows color (decimal): -4149342 or 10661824. OLE color: 10661824.
HSL color Cylindrical-coordinate representation of color #C0AFA2: hue angle of 26º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0AFA2 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 162 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.25 |
| HSL | 26º | 0.19% | 0.69% | - |
| HSV(B) | 26º | 0.16% | 0.75% | - |
| XYZ | 43.59 | 44.48 | 40.47 | - |
| YUV | 178.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 162 | 0 | 0.09 | 0.16 | 0.25 | 26 | 0.19 | 0.69 |
| Hex | C0 | AF | A2 | 0 | 9 | 10 | 19 | 1A | 13 | 45 |
| Octal | 300 | 257 | 242 | 0 | 11 | 20 | 31 | 32 | 23 | 105 |
| Binary | 11000000 | 10101111 | 10100010 | 0 | 1001 | 10000 | 11001 | 11010 | 10011 | 1000101 |
Color Harmonies of #C0AFA2
Complementary color
Monochromatic Colors of #C0AFA2
Black with #C0AFA2
Text Example
Text Example
White with #C0AFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFA2; }
p { color: rgb(192,175,162); }
H1.HeaderClassName
{
color: #C0AFA2;
}
.AnyTagClassName
{
color: #C0AFA2;
}
</style>
background-color css
<style>
a { background-color: #C0AFA2; }
a { background-color: rgb(192,175,162); }
div.DivClassName
{
background-color: #C0AFA2;
}
.BgClassName
{
background-color: #C0AFA2;
}
</style>
border-color css
<style>
span { border-color: #C0AFA2; }
span { border-color: rgb(192,175,162); }
td.TdClassName
{
border-color: #C0AFA2;
}
.TagClassName
{
border-color: #C0AFA2;
}
</style>