Shades of Silk #C3AC9A
Tints of Silk #C3AC9A
RGB
CMYK
RGB Variations
Color information
#C3AC9A (or 0xC3AC9A) is known color: Silk. HEX triplet: C3, AC and 9A. RGB value is (195,172,154). Sum of RGB (Red+Green+Blue) = 195+172+154=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AC9A is #3C5365. Grayscale: #B0B0B0. Windows color (decimal): -3953510 or 10136771. OLE color: 10136771.
HSL color Cylindrical-coordinate representation of color #C3AC9A: hue angle of 26.34º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3AC9A is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 172 | 154 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.24 |
| HSL | 26.34º | 0.25% | 0.68% | - |
| HSV(B) | 26.34º | 0.21% | 0.76% | - |
| XYZ | 43.09 | 43.44 | 36.69 | - |
| YUV | 176.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 172 | 154 | 0 | 0.12 | 0.21 | 0.24 | 26.34 | 0.25 | 0.68 |
| Hex | C3 | AC | 9A | 0 | C | 15 | 18 | 1A | 19 | 44 |
| Octal | 303 | 254 | 232 | 0 | 14 | 25 | 30 | 32 | 31 | 104 |
| Binary | 11000011 | 10101100 | 10011010 | 0 | 1100 | 10101 | 11000 | 11010 | 11001 | 1000100 |
Color Harmonies of #C3AC9A
Complementary color
Monochromatic Colors of #C3AC9A
Black with #C3AC9A
Text Example
Text Example
White with #C3AC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AC9A; }
p { color: rgb(195,172,154); }
H1.HeaderClassName
{
color: #C3AC9A;
}
.AnyTagClassName
{
color: #C3AC9A;
}
</style>
background-color css
<style>
a { background-color: #C3AC9A; }
a { background-color: rgb(195,172,154); }
div.DivClassName
{
background-color: #C3AC9A;
}
.BgClassName
{
background-color: #C3AC9A;
}
</style>
border-color css
<style>
span { border-color: #C3AC9A; }
span { border-color: rgb(195,172,154); }
td.TdClassName
{
border-color: #C3AC9A;
}
.TagClassName
{
border-color: #C3AC9A;
}
</style>