Shades of Silk #C1AD9F
Tints of Silk #C1AD9F
RGB
CMYK
RGB Variations
Color information
#C1AD9F (or 0xC1AD9F) is known color: Silk. HEX triplet: C1, AD and 9F. RGB value is (193,173,159). Sum of RGB (Red+Green+Blue) = 193+173+159=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AD9F is #3E5260. Grayscale: #B1B1B1. Windows color (decimal): -4084321 or 10464705. OLE color: 10464705.
HSL color Cylindrical-coordinate representation of color #C1AD9F: hue angle of 24.71º 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 #C1AD9F is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 159 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.24 |
| HSL | 24.71º | 0.22% | 0.69% | - |
| HSV(B) | 24.71º | 0.18% | 0.76% | - |
| XYZ | 43.19 | 43.73 | 38.96 | - |
| YUV | 177.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 159 | 0 | 0.10 | 0.18 | 0.24 | 24.71 | 0.22 | 0.69 |
| Hex | C1 | AD | 9F | 0 | A | 12 | 18 | 19 | 16 | 45 |
| Octal | 301 | 255 | 237 | 0 | 12 | 22 | 30 | 31 | 26 | 105 |
| Binary | 11000001 | 10101101 | 10011111 | 0 | 1010 | 10010 | 11000 | 11001 | 10110 | 1000101 |
Color Harmonies of #C1AD9F
Complementary color
Monochromatic Colors of #C1AD9F
Black with #C1AD9F
Text Example
Text Example
White with #C1AD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AD9F; }
p { color: rgb(193,173,159); }
H1.HeaderClassName
{
color: #C1AD9F;
}
.AnyTagClassName
{
color: #C1AD9F;
}
</style>
background-color css
<style>
a { background-color: #C1AD9F; }
a { background-color: rgb(193,173,159); }
div.DivClassName
{
background-color: #C1AD9F;
}
.BgClassName
{
background-color: #C1AD9F;
}
</style>
border-color css
<style>
span { border-color: #C1AD9F; }
span { border-color: rgb(193,173,159); }
td.TdClassName
{
border-color: #C1AD9F;
}
.TagClassName
{
border-color: #C1AD9F;
}
</style>