Shades of Silk #C3AA9A
Tints of Silk #C3AA9A
RGB
CMYK
RGB Variations
Color information
#C3AA9A (or 0xC3AA9A) is known color: Silk. HEX triplet: C3, AA and 9A. RGB value is (195,170,154). Sum of RGB (Red+Green+Blue) = 195+170+154=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AA9A is #3C5565. Grayscale: #AFAFAF. Windows color (decimal): -3954022 or 10136259. OLE color: 10136259.
HSL color Cylindrical-coordinate representation of color #C3AA9A: hue angle of 23.41º 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 #C3AA9A is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 170 | 154 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.24 |
| HSL | 23.41º | 0.25% | 0.68% | - |
| HSV(B) | 23.41º | 0.21% | 0.76% | - |
| XYZ | 42.71 | 42.68 | 36.56 | - |
| YUV | 175.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 154 | 0 | 0.13 | 0.21 | 0.24 | 23.41 | 0.25 | 0.68 |
| Hex | C3 | AA | 9A | 0 | D | 15 | 18 | 17 | 19 | 44 |
| Octal | 303 | 252 | 232 | 0 | 15 | 25 | 30 | 27 | 31 | 104 |
| Binary | 11000011 | 10101010 | 10011010 | 0 | 1101 | 10101 | 11000 | 10111 | 11001 | 1000100 |
Color Harmonies of #C3AA9A
Complementary color
Monochromatic Colors of #C3AA9A
Black with #C3AA9A
Text Example
Text Example
White with #C3AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AA9A; }
p { color: rgb(195,170,154); }
H1.HeaderClassName
{
color: #C3AA9A;
}
.AnyTagClassName
{
color: #C3AA9A;
}
</style>
background-color css
<style>
a { background-color: #C3AA9A; }
a { background-color: rgb(195,170,154); }
div.DivClassName
{
background-color: #C3AA9A;
}
.BgClassName
{
background-color: #C3AA9A;
}
</style>
border-color css
<style>
span { border-color: #C3AA9A; }
span { border-color: rgb(195,170,154); }
td.TdClassName
{
border-color: #C3AA9A;
}
.TagClassName
{
border-color: #C3AA9A;
}
</style>