Shades of Silk #C1AD9E
Tints of Silk #C1AD9E
RGB
CMYK
RGB Variations
Color information
#C1AD9E (or 0xC1AD9E) is known color: Silk. HEX triplet: C1, AD and 9E. RGB value is (193,173,158). Sum of RGB (Red+Green+Blue) = 193+173+158=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AD9E is #3E5261. Grayscale: #B1B1B1. Windows color (decimal): -4084322 or 10399169. OLE color: 10399169.
HSL color Cylindrical-coordinate representation of color #C1AD9E: hue angle of 25.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 #C1AD9E is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 173 | 158 | - |
CMYK | 0 | 0.10 | 0.18 | 0.24 |
HSL | 25.71º | 0.22% | 0.69% | - |
HSV(B) | 25.71º | 0.18% | 0.76% | - |
XYZ | 43.11 | 43.69 | 38.51 | - |
YUV | 177.27 | 117.13 | 139.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 173 | 158 | 0 | 0.10 | 0.18 | 0.24 | 25.71 | 0.22 | 0.69 |
Hex | C1 | AD | 9E | 0 | A | 12 | 18 | 1A | 16 | 45 |
Octal | 301 | 255 | 236 | 0 | 12 | 22 | 30 | 32 | 26 | 105 |
Binary | 11000001 | 10101101 | 10011110 | 0 | 1010 | 10010 | 11000 | 11010 | 10110 | 1000101 |
Color Harmonies of #C1AD9E
Complementary color
Monochromatic Colors of #C1AD9E
Black with #C1AD9E
Text Example
Text Example
White with #C1AD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AD9E; }
p { color: rgb(193,173,158); }
H1.HeaderClassName
{
color: #C1AD9E;
}
.AnyTagClassName
{
color: #C1AD9E;
}
</style>
background-color css
<style>
a { background-color: #C1AD9E; }
a { background-color: rgb(193,173,158); }
div.DivClassName
{
background-color: #C1AD9E;
}
.BgClassName
{
background-color: #C1AD9E;
}
</style>
border-color css
<style>
span { border-color: #C1AD9E; }
span { border-color: rgb(193,173,158); }
td.TdClassName
{
border-color: #C1AD9E;
}
.TagClassName
{
border-color: #C1AD9E;
}
</style>