Shades of Silk #C1A595
Tints of Silk #C1A595
RGB
CMYK
RGB Variations
Color information
#C1A595 (or 0xC1A595) is known color: Silk. HEX triplet: C1, A5 and 95. RGB value is (193,165,149). Sum of RGB (Red+Green+Blue) = 193+165+149=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A595 is #3E5A6A. Grayscale: #ABABAB. Windows color (decimal): -4086379 or 9807297. OLE color: 9807297.
HSL color Cylindrical-coordinate representation of color #C1A595: hue angle of 21.82º 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 #C1A595 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 165 | 149 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.24 |
| HSL | 21.82º | 0.26% | 0.67% | - |
| HSV(B) | 21.82º | 0.23% | 0.76% | - |
| XYZ | 40.87 | 40.42 | 34.08 | - |
| YUV | 171.55 | 115.28 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 165 | 149 | 0 | 0.15 | 0.23 | 0.24 | 21.82 | 0.26 | 0.67 |
| Hex | C1 | A5 | 95 | 0 | F | 17 | 18 | 16 | 1A | 43 |
| Octal | 301 | 245 | 225 | 0 | 17 | 27 | 30 | 26 | 32 | 103 |
| Binary | 11000001 | 10100101 | 10010101 | 0 | 1111 | 10111 | 11000 | 10110 | 11010 | 1000011 |
Color Harmonies of #C1A595
Complementary color
Monochromatic Colors of #C1A595
Black with #C1A595
Text Example
Text Example
White with #C1A595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A595; }
p { color: rgb(193,165,149); }
H1.HeaderClassName
{
color: #C1A595;
}
.AnyTagClassName
{
color: #C1A595;
}
</style>
background-color css
<style>
a { background-color: #C1A595; }
a { background-color: rgb(193,165,149); }
div.DivClassName
{
background-color: #C1A595;
}
.BgClassName
{
background-color: #C1A595;
}
</style>
border-color css
<style>
span { border-color: #C1A595; }
span { border-color: rgb(193,165,149); }
td.TdClassName
{
border-color: #C1A595;
}
.TagClassName
{
border-color: #C1A595;
}
</style>