Shades of Silk #C4AFA1
Tints of Silk #C4AFA1
RGB
CMYK
RGB Variations
Color information
#C4AFA1 (or 0xC4AFA1) is known color: Silk. HEX triplet: C4, AF and A1. RGB value is (196,175,161). Sum of RGB (Red+Green+Blue) = 196+175+161=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 161 (63.28% from 255 or 30.26% from 532); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AFA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AFA1 is #3B505E. Grayscale: #B3B3B3. Windows color (decimal): -3887199 or 10596292. OLE color: 10596292.
HSL color Cylindrical-coordinate representation of color #C4AFA1: hue angle of 24º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4AFA1 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 161 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.23 |
| HSL | 24º | 0.23% | 0.7% | - |
| HSV(B) | 24º | 0.18% | 0.77% | - |
| XYZ | 44.53 | 44.97 | 40.05 | - |
| YUV | 179.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 161 | 0 | 0.11 | 0.18 | 0.23 | 24 | 0.23 | 0.7 |
| Hex | C4 | AF | A1 | 0 | B | 12 | 17 | 18 | 17 | 46 |
| Octal | 304 | 257 | 241 | 0 | 13 | 22 | 27 | 30 | 27 | 106 |
| Binary | 11000100 | 10101111 | 10100001 | 0 | 1011 | 10010 | 10111 | 11000 | 10111 | 1000110 |
Color Harmonies of #C4AFA1
Complementary color
Monochromatic Colors of #C4AFA1
Black with #C4AFA1
Text Example
Text Example
White with #C4AFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AFA1; }
p { color: rgb(196,175,161); }
H1.HeaderClassName
{
color: #C4AFA1;
}
.AnyTagClassName
{
color: #C4AFA1;
}
</style>
background-color css
<style>
a { background-color: #C4AFA1; }
a { background-color: rgb(196,175,161); }
div.DivClassName
{
background-color: #C4AFA1;
}
.BgClassName
{
background-color: #C4AFA1;
}
</style>
border-color css
<style>
span { border-color: #C4AFA1; }
span { border-color: rgb(196,175,161); }
td.TdClassName
{
border-color: #C4AFA1;
}
.TagClassName
{
border-color: #C4AFA1;
}
</style>