Shades of Silk #C3A99B
Tints of Silk #C3A99B
RGB
CMYK
RGB Variations
Color information
#C3A99B (or 0xC3A99B) is known color: Silk. HEX triplet: C3, A9 and 9B. RGB value is (195,169,155). Sum of RGB (Red+Green+Blue) = 195+169+155=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A99B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A99B is #3C5664. Grayscale: #AFAFAF. Windows color (decimal): -3954277 or 10201539. OLE color: 10201539.
HSL color Cylindrical-coordinate representation of color #C3A99B: hue angle of 21º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3A99B is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 169 | 155 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.24 |
| HSL | 21º | 0.25% | 0.69% | - |
| HSV(B) | 21º | 0.21% | 0.76% | - |
| XYZ | 42.61 | 42.34 | 36.94 | - |
| YUV | 175.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 155 | 0 | 0.13 | 0.21 | 0.24 | 21 | 0.25 | 0.69 |
| Hex | C3 | A9 | 9B | 0 | D | 15 | 18 | 15 | 19 | 45 |
| Octal | 303 | 251 | 233 | 0 | 15 | 25 | 30 | 25 | 31 | 105 |
| Binary | 11000011 | 10101001 | 10011011 | 0 | 1101 | 10101 | 11000 | 10101 | 11001 | 1000101 |
Color Harmonies of #C3A99B
Complementary color
Monochromatic Colors of #C3A99B
Black with #C3A99B
Text Example
Text Example
White with #C3A99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A99B; }
p { color: rgb(195,169,155); }
H1.HeaderClassName
{
color: #C3A99B;
}
.AnyTagClassName
{
color: #C3A99B;
}
</style>
background-color css
<style>
a { background-color: #C3A99B; }
a { background-color: rgb(195,169,155); }
div.DivClassName
{
background-color: #C3A99B;
}
.BgClassName
{
background-color: #C3A99B;
}
</style>
border-color css
<style>
span { border-color: #C3A99B; }
span { border-color: rgb(195,169,155); }
td.TdClassName
{
border-color: #C3A99B;
}
.TagClassName
{
border-color: #C3A99B;
}
</style>