Shades of Silk #C3A997
Tints of Silk #C3A997
RGB
CMYK
RGB Variations
Color information
#C3A997 (or 0xC3A997) is known color: Silk. HEX triplet: C3, A9 and 97. RGB value is (195,169,151). Sum of RGB (Red+Green+Blue) = 195+169+151=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A997 is #3C5668. Grayscale: #AEAEAE. Windows color (decimal): -3954281 or 9939395. OLE color: 9939395.
HSL color Cylindrical-coordinate representation of color #C3A997: hue angle of 24.55º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3A997 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 169 | 151 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.24 |
| HSL | 24.55º | 0.27% | 0.68% | - |
| HSV(B) | 24.55º | 0.23% | 0.76% | - |
| XYZ | 42.28 | 42.21 | 35.2 | - |
| YUV | 174.72 | 114.61 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 151 | 0 | 0.13 | 0.23 | 0.24 | 24.55 | 0.27 | 0.68 |
| Hex | C3 | A9 | 97 | 0 | D | 17 | 18 | 19 | 1B | 44 |
| Octal | 303 | 251 | 227 | 0 | 15 | 27 | 30 | 31 | 33 | 104 |
| Binary | 11000011 | 10101001 | 10010111 | 0 | 1101 | 10111 | 11000 | 11001 | 11011 | 1000100 |
Color Harmonies of #C3A997
Complementary color
Monochromatic Colors of #C3A997
Black with #C3A997
Text Example
Text Example
White with #C3A997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A997; }
p { color: rgb(195,169,151); }
H1.HeaderClassName
{
color: #C3A997;
}
.AnyTagClassName
{
color: #C3A997;
}
</style>
background-color css
<style>
a { background-color: #C3A997; }
a { background-color: rgb(195,169,151); }
div.DivClassName
{
background-color: #C3A997;
}
.BgClassName
{
background-color: #C3A997;
}
</style>
border-color css
<style>
span { border-color: #C3A997; }
span { border-color: rgb(195,169,151); }
td.TdClassName
{
border-color: #C3A997;
}
.TagClassName
{
border-color: #C3A997;
}
</style>