Shades of Silk #C0A89B
Tints of Silk #C0A89B
RGB
CMYK
RGB Variations
Color information
#C0A89B (or 0xC0A89B) is known color: Silk. HEX triplet: C0, A8 and 9B. RGB value is (192,168,155). Sum of RGB (Red+Green+Blue) = 192+168+155=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A89B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A89B is #3F5764. Grayscale: #ADADAD. Windows color (decimal): -4151141 or 10201280. OLE color: 10201280.
HSL color Cylindrical-coordinate representation of color #C0A89B: hue angle of 21.08º 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 #C0A89B is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 155 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.25 |
| HSL | 21.08º | 0.23% | 0.68% | - |
| HSV(B) | 21.08º | 0.19% | 0.75% | - |
| XYZ | 41.66 | 41.58 | 36.84 | - |
| YUV | 173.69 | 117.45 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 155 | 0 | 0.12 | 0.19 | 0.25 | 21.08 | 0.23 | 0.68 |
| Hex | C0 | A8 | 9B | 0 | C | 13 | 19 | 15 | 17 | 44 |
| Octal | 300 | 250 | 233 | 0 | 14 | 23 | 31 | 25 | 27 | 104 |
| Binary | 11000000 | 10101000 | 10011011 | 0 | 1100 | 10011 | 11001 | 10101 | 10111 | 1000100 |
Color Harmonies of #C0A89B
Complementary color
Monochromatic Colors of #C0A89B
Black with #C0A89B
Text Example
Text Example
White with #C0A89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A89B; }
p { color: rgb(192,168,155); }
H1.HeaderClassName
{
color: #C0A89B;
}
.AnyTagClassName
{
color: #C0A89B;
}
</style>
background-color css
<style>
a { background-color: #C0A89B; }
a { background-color: rgb(192,168,155); }
div.DivClassName
{
background-color: #C0A89B;
}
.BgClassName
{
background-color: #C0A89B;
}
</style>
border-color css
<style>
span { border-color: #C0A89B; }
span { border-color: rgb(192,168,155); }
td.TdClassName
{
border-color: #C0A89B;
}
.TagClassName
{
border-color: #C0A89B;
}
</style>