Shades of Silk #C0AD9B
Tints of Silk #C0AD9B
RGB
CMYK
RGB Variations
Color information
#C0AD9B (or 0xC0AD9B) is known color: Silk. HEX triplet: C0, AD and 9B. RGB value is (192,173,155). Sum of RGB (Red+Green+Blue) = 192+173+155=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AD9B is #3F5264. Grayscale: #B0B0B0. Windows color (decimal): -4149861 or 10202560. OLE color: 10202560.
HSL color Cylindrical-coordinate representation of color #C0AD9B: hue angle of 29.19º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0AD9B is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 173 | 155 | - |
CMYK | 0 | 0.10 | 0.19 | 0.25 |
HSL | 29.19º | 0.23% | 0.68% | - |
HSV(B) | 29.19º | 0.19% | 0.75% | - |
XYZ | 42.6 | 43.46 | 37.15 | - |
YUV | 176.63 | 115.79 | 138.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 173 | 155 | 0 | 0.10 | 0.19 | 0.25 | 29.19 | 0.23 | 0.68 |
Hex | C0 | AD | 9B | 0 | A | 13 | 19 | 1D | 17 | 44 |
Octal | 300 | 255 | 233 | 0 | 12 | 23 | 31 | 35 | 27 | 104 |
Binary | 11000000 | 10101101 | 10011011 | 0 | 1010 | 10011 | 11001 | 11101 | 10111 | 1000100 |
Color Harmonies of #C0AD9B
Complementary color
Monochromatic Colors of #C0AD9B
Black with #C0AD9B
Text Example
Text Example
White with #C0AD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD9B; }
p { color: rgb(192,173,155); }
H1.HeaderClassName
{
color: #C0AD9B;
}
.AnyTagClassName
{
color: #C0AD9B;
}
</style>
background-color css
<style>
a { background-color: #C0AD9B; }
a { background-color: rgb(192,173,155); }
div.DivClassName
{
background-color: #C0AD9B;
}
.BgClassName
{
background-color: #C0AD9B;
}
</style>
border-color css
<style>
span { border-color: #C0AD9B; }
span { border-color: rgb(192,173,155); }
td.TdClassName
{
border-color: #C0AD9B;
}
.TagClassName
{
border-color: #C0AD9B;
}
</style>