Shades of Silk #C4AD9B
Tints of Silk #C4AD9B
RGB
CMYK
RGB Variations
Color information
#C4AD9B (or 0xC4AD9B) is known color: Silk. HEX triplet: C4, AD and 9B. RGB value is (196,173,155). Sum of RGB (Red+Green+Blue) = 196+173+155=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AD9B is #3B5264. Grayscale: #B1B1B1. Windows color (decimal): -3887717 or 10202564. OLE color: 10202564.
HSL color Cylindrical-coordinate representation of color #C4AD9B: hue angle of 26.34º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4AD9B is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 155 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.23 |
| HSL | 26.34º | 0.26% | 0.69% | - |
| HSV(B) | 26.34º | 0.21% | 0.77% | - |
| XYZ | 43.62 | 43.99 | 37.2 | - |
| YUV | 177.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 155 | 0 | 0.12 | 0.21 | 0.23 | 26.34 | 0.26 | 0.69 |
| Hex | C4 | AD | 9B | 0 | C | 15 | 17 | 1A | 1A | 45 |
| Octal | 304 | 255 | 233 | 0 | 14 | 25 | 27 | 32 | 32 | 105 |
| Binary | 11000100 | 10101101 | 10011011 | 0 | 1100 | 10101 | 10111 | 11010 | 11010 | 1000101 |
Color Harmonies of #C4AD9B
Complementary color
Monochromatic Colors of #C4AD9B
Black with #C4AD9B
Text Example
Text Example
White with #C4AD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD9B; }
p { color: rgb(196,173,155); }
H1.HeaderClassName
{
color: #C4AD9B;
}
.AnyTagClassName
{
color: #C4AD9B;
}
</style>
background-color css
<style>
a { background-color: #C4AD9B; }
a { background-color: rgb(196,173,155); }
div.DivClassName
{
background-color: #C4AD9B;
}
.BgClassName
{
background-color: #C4AD9B;
}
</style>
border-color css
<style>
span { border-color: #C4AD9B; }
span { border-color: rgb(196,173,155); }
td.TdClassName
{
border-color: #C4AD9B;
}
.TagClassName
{
border-color: #C4AD9B;
}
</style>