Shades of Silk #C3B0A0
Tints of Silk #C3B0A0
RGB
CMYK
RGB Variations
Color information
#C3B0A0 (or 0xC3B0A0) is known color: Silk. HEX triplet: C3, B0 and A0. RGB value is (195,176,160). Sum of RGB (Red+Green+Blue) = 195+176+160=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B0A0 is #3C4F5F. Grayscale: #B3B3B3. Windows color (decimal): -3952480 or 10531011. OLE color: 10531011.
HSL color Cylindrical-coordinate representation of color #C3B0A0: hue angle of 27.43º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3B0A0 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 176 | 160 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.24 |
| HSL | 27.43º | 0.23% | 0.7% | - |
| HSV(B) | 27.43º | 0.18% | 0.76% | - |
| XYZ | 44.38 | 45.19 | 39.64 | - |
| YUV | 179.86 | 116.79 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 176 | 160 | 0 | 0.10 | 0.18 | 0.24 | 27.43 | 0.23 | 0.7 |
| Hex | C3 | B0 | A0 | 0 | A | 12 | 18 | 1B | 17 | 46 |
| Octal | 303 | 260 | 240 | 0 | 12 | 22 | 30 | 33 | 27 | 106 |
| Binary | 11000011 | 10110000 | 10100000 | 0 | 1010 | 10010 | 11000 | 11011 | 10111 | 1000110 |
Color Harmonies of #C3B0A0
Complementary color
Monochromatic Colors of #C3B0A0
Black with #C3B0A0
Text Example
Text Example
White with #C3B0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B0A0; }
p { color: rgb(195,176,160); }
H1.HeaderClassName
{
color: #C3B0A0;
}
.AnyTagClassName
{
color: #C3B0A0;
}
</style>
background-color css
<style>
a { background-color: #C3B0A0; }
a { background-color: rgb(195,176,160); }
div.DivClassName
{
background-color: #C3B0A0;
}
.BgClassName
{
background-color: #C3B0A0;
}
</style>
border-color css
<style>
span { border-color: #C3B0A0; }
span { border-color: rgb(195,176,160); }
td.TdClassName
{
border-color: #C3B0A0;
}
.TagClassName
{
border-color: #C3B0A0;
}
</style>