Shades of Silk #C4AF9F
Tints of Silk #C4AF9F
RGB
CMYK
RGB Variations
Color information
#C4AF9F (or 0xC4AF9F) is known color: Silk. HEX triplet: C4, AF and 9F. RGB value is (196,175,159). Sum of RGB (Red+Green+Blue) = 196+175+159=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AF9F is #3B5060. Grayscale: #B3B3B3. Windows color (decimal): -3887201 or 10465220. OLE color: 10465220.
HSL color Cylindrical-coordinate representation of color #C4AF9F: hue angle of 25.95º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4AF9F is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 159 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.23 |
| HSL | 25.95º | 0.24% | 0.7% | - |
| HSV(B) | 25.95º | 0.19% | 0.77% | - |
| XYZ | 44.35 | 44.9 | 39.13 | - |
| YUV | 179.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 159 | 0 | 0.11 | 0.19 | 0.23 | 25.95 | 0.24 | 0.7 |
| Hex | C4 | AF | 9F | 0 | B | 13 | 17 | 1A | 18 | 46 |
| Octal | 304 | 257 | 237 | 0 | 13 | 23 | 27 | 32 | 30 | 106 |
| Binary | 11000100 | 10101111 | 10011111 | 0 | 1011 | 10011 | 10111 | 11010 | 11000 | 1000110 |
Color Harmonies of #C4AF9F
Complementary color
Monochromatic Colors of #C4AF9F
Black with #C4AF9F
Text Example
Text Example
White with #C4AF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF9F; }
p { color: rgb(196,175,159); }
H1.HeaderClassName
{
color: #C4AF9F;
}
.AnyTagClassName
{
color: #C4AF9F;
}
</style>
background-color css
<style>
a { background-color: #C4AF9F; }
a { background-color: rgb(196,175,159); }
div.DivClassName
{
background-color: #C4AF9F;
}
.BgClassName
{
background-color: #C4AF9F;
}
</style>
border-color css
<style>
span { border-color: #C4AF9F; }
span { border-color: rgb(196,175,159); }
td.TdClassName
{
border-color: #C4AF9F;
}
.TagClassName
{
border-color: #C4AF9F;
}
</style>