Shades of Silk #C2AFA0
Tints of Silk #C2AFA0
RGB
CMYK
RGB Variations
Color information
#C2AFA0 (or 0xC2AFA0) is known color: Silk. HEX triplet: C2, AF and A0. RGB value is (194,175,160). Sum of RGB (Red+Green+Blue) = 194+175+160=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AFA0 is #3D505F. Grayscale: #B3B3B3. Windows color (decimal): -4018272 or 10530754. OLE color: 10530754.
HSL color Cylindrical-coordinate representation of color #C2AFA0: hue angle of 26.47º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2AFA0 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 160 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.24 |
| HSL | 26.47º | 0.22% | 0.69% | - |
| HSV(B) | 26.47º | 0.18% | 0.76% | - |
| XYZ | 43.92 | 44.67 | 39.56 | - |
| YUV | 178.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 160 | 0 | 0.10 | 0.18 | 0.24 | 26.47 | 0.22 | 0.69 |
| Hex | C2 | AF | A0 | 0 | A | 12 | 18 | 1A | 16 | 45 |
| Octal | 302 | 257 | 240 | 0 | 12 | 22 | 30 | 32 | 26 | 105 |
| Binary | 11000010 | 10101111 | 10100000 | 0 | 1010 | 10010 | 11000 | 11010 | 10110 | 1000101 |
Color Harmonies of #C2AFA0
Complementary color
Monochromatic Colors of #C2AFA0
Black with #C2AFA0
Text Example
Text Example
White with #C2AFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AFA0; }
p { color: rgb(194,175,160); }
H1.HeaderClassName
{
color: #C2AFA0;
}
.AnyTagClassName
{
color: #C2AFA0;
}
</style>
background-color css
<style>
a { background-color: #C2AFA0; }
a { background-color: rgb(194,175,160); }
div.DivClassName
{
background-color: #C2AFA0;
}
.BgClassName
{
background-color: #C2AFA0;
}
</style>
border-color css
<style>
span { border-color: #C2AFA0; }
span { border-color: rgb(194,175,160); }
td.TdClassName
{
border-color: #C2AFA0;
}
.TagClassName
{
border-color: #C2AFA0;
}
</style>