Shades of Silk #C3A996
Tints of Silk #C3A996
RGB
CMYK
RGB Variations
Color information
#C3A996 (or 0xC3A996) is known color: Silk. HEX triplet: C3, A9 and 96. RGB value is (195,169,150). Sum of RGB (Red+Green+Blue) = 195+169+150=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A996 is #3C5669. Grayscale: #AEAEAE. Windows color (decimal): -3954282 or 9873859. OLE color: 9873859.
HSL color Cylindrical-coordinate representation of color #C3A996: hue angle of 25.33º 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 #C3A996 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 169 | 150 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.24 |
| HSL | 25.33º | 0.27% | 0.68% | - |
| HSV(B) | 25.33º | 0.23% | 0.76% | - |
| XYZ | 42.2 | 42.18 | 34.77 | - |
| YUV | 174.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 150 | 0 | 0.13 | 0.23 | 0.24 | 25.33 | 0.27 | 0.68 |
| Hex | C3 | A9 | 96 | 0 | D | 17 | 18 | 19 | 1B | 44 |
| Octal | 303 | 251 | 226 | 0 | 15 | 27 | 30 | 31 | 33 | 104 |
| Binary | 11000011 | 10101001 | 10010110 | 0 | 1101 | 10111 | 11000 | 11001 | 11011 | 1000100 |
Color Harmonies of #C3A996
Complementary color
Monochromatic Colors of #C3A996
Black with #C3A996
Text Example
Text Example
White with #C3A996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A996; }
p { color: rgb(195,169,150); }
H1.HeaderClassName
{
color: #C3A996;
}
.AnyTagClassName
{
color: #C3A996;
}
</style>
background-color css
<style>
a { background-color: #C3A996; }
a { background-color: rgb(195,169,150); }
div.DivClassName
{
background-color: #C3A996;
}
.BgClassName
{
background-color: #C3A996;
}
</style>
border-color css
<style>
span { border-color: #C3A996; }
span { border-color: rgb(195,169,150); }
td.TdClassName
{
border-color: #C3A996;
}
.TagClassName
{
border-color: #C3A996;
}
</style>