Shades of Silk #C3AD9B
Tints of Silk #C3AD9B
RGB
CMYK
RGB Variations
Color information
#C3AD9B (or 0xC3AD9B) is known color: Silk. HEX triplet: C3, AD and 9B. RGB value is (195,173,155). Sum of RGB (Red+Green+Blue) = 195+173+155=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AD9B is #3C5264. Grayscale: #B1B1B1. Windows color (decimal): -3953253 or 10202563. OLE color: 10202563.
HSL color Cylindrical-coordinate representation of color #C3AD9B: hue angle of 27º 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 #C3AD9B is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 155 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.24 |
| HSL | 27º | 0.25% | 0.69% | - |
| HSV(B) | 27º | 0.21% | 0.76% | - |
| XYZ | 43.37 | 43.86 | 37.19 | - |
| YUV | 177.53 | 115.29 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 155 | 0 | 0.11 | 0.21 | 0.24 | 27 | 0.25 | 0.69 |
| Hex | C3 | AD | 9B | 0 | B | 15 | 18 | 1B | 19 | 45 |
| Octal | 303 | 255 | 233 | 0 | 13 | 25 | 30 | 33 | 31 | 105 |
| Binary | 11000011 | 10101101 | 10011011 | 0 | 1011 | 10101 | 11000 | 11011 | 11001 | 1000101 |
Color Harmonies of #C3AD9B
Complementary color
Monochromatic Colors of #C3AD9B
Black with #C3AD9B
Text Example
Text Example
White with #C3AD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AD9B; }
p { color: rgb(195,173,155); }
H1.HeaderClassName
{
color: #C3AD9B;
}
.AnyTagClassName
{
color: #C3AD9B;
}
</style>
background-color css
<style>
a { background-color: #C3AD9B; }
a { background-color: rgb(195,173,155); }
div.DivClassName
{
background-color: #C3AD9B;
}
.BgClassName
{
background-color: #C3AD9B;
}
</style>
border-color css
<style>
span { border-color: #C3AD9B; }
span { border-color: rgb(195,173,155); }
td.TdClassName
{
border-color: #C3AD9B;
}
.TagClassName
{
border-color: #C3AD9B;
}
</style>