Shades of Silk #C3A99C
Tints of Silk #C3A99C
RGB
CMYK
RGB Variations
Color information
#C3A99C (or 0xC3A99C) is known color: Silk. HEX triplet: C3, A9 and 9C. RGB value is (195,169,156). Sum of RGB (Red+Green+Blue) = 195+169+156=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A99C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A99C is #3C5663. Grayscale: #AFAFAF. Windows color (decimal): -3954276 or 10267075. OLE color: 10267075.
HSL color Cylindrical-coordinate representation of color #C3A99C: hue angle of 20º 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 #C3A99C is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 169 | 156 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.24 |
| HSL | 20º | 0.25% | 0.69% | - |
| HSV(B) | 20º | 0.2% | 0.76% | - |
| XYZ | 42.69 | 42.38 | 37.38 | - |
| YUV | 175.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 156 | 0 | 0.13 | 0.20 | 0.24 | 20 | 0.25 | 0.69 |
| Hex | C3 | A9 | 9C | 0 | D | 14 | 18 | 14 | 19 | 45 |
| Octal | 303 | 251 | 234 | 0 | 15 | 24 | 30 | 24 | 31 | 105 |
| Binary | 11000011 | 10101001 | 10011100 | 0 | 1101 | 10100 | 11000 | 10100 | 11001 | 1000101 |
Color Harmonies of #C3A99C
Complementary color
Monochromatic Colors of #C3A99C
Black with #C3A99C
Text Example
Text Example
White with #C3A99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A99C; }
p { color: rgb(195,169,156); }
H1.HeaderClassName
{
color: #C3A99C;
}
.AnyTagClassName
{
color: #C3A99C;
}
</style>
background-color css
<style>
a { background-color: #C3A99C; }
a { background-color: rgb(195,169,156); }
div.DivClassName
{
background-color: #C3A99C;
}
.BgClassName
{
background-color: #C3A99C;
}
</style>
border-color css
<style>
span { border-color: #C3A99C; }
span { border-color: rgb(195,169,156); }
td.TdClassName
{
border-color: #C3A99C;
}
.TagClassName
{
border-color: #C3A99C;
}
</style>