Shades of Silk #C3AD9C
Tints of Silk #C3AD9C
RGB
CMYK
RGB Variations
Color information
#C3AD9C (or 0xC3AD9C) is known color: Silk. HEX triplet: C3, AD and 9C. RGB value is (195,173,156). Sum of RGB (Red+Green+Blue) = 195+173+156=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AD9C is #3C5263. Grayscale: #B1B1B1. Windows color (decimal): -3953252 or 10268099. OLE color: 10268099.
HSL color Cylindrical-coordinate representation of color #C3AD9C: hue angle of 26.15º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3AD9C is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 156 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.24 |
| HSL | 26.15º | 0.25% | 0.69% | - |
| HSV(B) | 26.15º | 0.2% | 0.76% | - |
| XYZ | 43.45 | 43.89 | 37.63 | - |
| YUV | 177.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 156 | 0 | 0.11 | 0.20 | 0.24 | 26.15 | 0.25 | 0.69 |
| Hex | C3 | AD | 9C | 0 | B | 14 | 18 | 1A | 19 | 45 |
| Octal | 303 | 255 | 234 | 0 | 13 | 24 | 30 | 32 | 31 | 105 |
| Binary | 11000011 | 10101101 | 10011100 | 0 | 1011 | 10100 | 11000 | 11010 | 11001 | 1000101 |
Color Harmonies of #C3AD9C
Complementary color
Monochromatic Colors of #C3AD9C
Black with #C3AD9C
Text Example
Text Example
White with #C3AD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AD9C; }
p { color: rgb(195,173,156); }
H1.HeaderClassName
{
color: #C3AD9C;
}
.AnyTagClassName
{
color: #C3AD9C;
}
</style>
background-color css
<style>
a { background-color: #C3AD9C; }
a { background-color: rgb(195,173,156); }
div.DivClassName
{
background-color: #C3AD9C;
}
.BgClassName
{
background-color: #C3AD9C;
}
</style>
border-color css
<style>
span { border-color: #C3AD9C; }
span { border-color: rgb(195,173,156); }
td.TdClassName
{
border-color: #C3AD9C;
}
.TagClassName
{
border-color: #C3AD9C;
}
</style>