Shades of Silk #C1A995
Tints of Silk #C1A995
RGB
CMYK
RGB Variations
Color information
#C1A995 (or 0xC1A995) is known color: Silk. HEX triplet: C1, A9 and 95. RGB value is (193,169,149). Sum of RGB (Red+Green+Blue) = 193+169+149=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A995 is #3E566A. Grayscale: #AEAEAE. Windows color (decimal): -4085355 or 9808321. OLE color: 9808321.
HSL color Cylindrical-coordinate representation of color #C1A995: hue angle of 27.27º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1A995 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 169 | 149 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.24 |
| HSL | 27.27º | 0.26% | 0.67% | - |
| HSV(B) | 27.27º | 0.23% | 0.76% | - |
| XYZ | 41.61 | 41.88 | 34.33 | - |
| YUV | 173.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 169 | 149 | 0 | 0.12 | 0.23 | 0.24 | 27.27 | 0.26 | 0.67 |
| Hex | C1 | A9 | 95 | 0 | C | 17 | 18 | 1B | 1A | 43 |
| Octal | 301 | 251 | 225 | 0 | 14 | 27 | 30 | 33 | 32 | 103 |
| Binary | 11000001 | 10101001 | 10010101 | 0 | 1100 | 10111 | 11000 | 11011 | 11010 | 1000011 |
Color Harmonies of #C1A995
Complementary color
Monochromatic Colors of #C1A995
Black with #C1A995
Text Example
Text Example
White with #C1A995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A995; }
p { color: rgb(193,169,149); }
H1.HeaderClassName
{
color: #C1A995;
}
.AnyTagClassName
{
color: #C1A995;
}
</style>
background-color css
<style>
a { background-color: #C1A995; }
a { background-color: rgb(193,169,149); }
div.DivClassName
{
background-color: #C1A995;
}
.BgClassName
{
background-color: #C1A995;
}
</style>
border-color css
<style>
span { border-color: #C1A995; }
span { border-color: rgb(193,169,149); }
td.TdClassName
{
border-color: #C1A995;
}
.TagClassName
{
border-color: #C1A995;
}
</style>