Shades of Silk #C1AF9F
Tints of Silk #C1AF9F
RGB
CMYK
RGB Variations
Color information
#C1AF9F (or 0xC1AF9F) is known color: Silk. HEX triplet: C1, AF and 9F. RGB value is (193,175,159). Sum of RGB (Red+Green+Blue) = 193+175+159=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AF9F is #3E5060. Grayscale: #B2B2B2. Windows color (decimal): -4083809 or 10465217. OLE color: 10465217.
HSL color Cylindrical-coordinate representation of color #C1AF9F: hue angle of 28.24º 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 #C1AF9F is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 175 | 159 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.24 |
| HSL | 28.24º | 0.22% | 0.69% | - |
| HSV(B) | 28.24º | 0.18% | 0.76% | - |
| XYZ | 43.58 | 44.5 | 39.09 | - |
| YUV | 178.56 | 116.96 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 159 | 0 | 0.09 | 0.18 | 0.24 | 28.24 | 0.22 | 0.69 |
| Hex | C1 | AF | 9F | 0 | 9 | 12 | 18 | 1C | 16 | 45 |
| Octal | 301 | 257 | 237 | 0 | 11 | 22 | 30 | 34 | 26 | 105 |
| Binary | 11000001 | 10101111 | 10011111 | 0 | 1001 | 10010 | 11000 | 11100 | 10110 | 1000101 |
Color Harmonies of #C1AF9F
Complementary color
Monochromatic Colors of #C1AF9F
Black with #C1AF9F
Text Example
Text Example
White with #C1AF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AF9F; }
p { color: rgb(193,175,159); }
H1.HeaderClassName
{
color: #C1AF9F;
}
.AnyTagClassName
{
color: #C1AF9F;
}
</style>
background-color css
<style>
a { background-color: #C1AF9F; }
a { background-color: rgb(193,175,159); }
div.DivClassName
{
background-color: #C1AF9F;
}
.BgClassName
{
background-color: #C1AF9F;
}
</style>
border-color css
<style>
span { border-color: #C1AF9F; }
span { border-color: rgb(193,175,159); }
td.TdClassName
{
border-color: #C1AF9F;
}
.TagClassName
{
border-color: #C1AF9F;
}
</style>