Shades of Silk #C2A89B
Tints of Silk #C2A89B
RGB
CMYK
RGB Variations
Color information
#C2A89B (or 0xC2A89B) is known color: Silk. HEX triplet: C2, A8 and 9B. RGB value is (194,168,155). Sum of RGB (Red+Green+Blue) = 194+168+155=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A89B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A89B is #3D5764. Grayscale: #AEAEAE. Windows color (decimal): -4020069 or 10201282. OLE color: 10201282.
HSL color Cylindrical-coordinate representation of color #C2A89B: hue angle of 20º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2A89B is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 155 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.24 |
| HSL | 20º | 0.24% | 0.68% | - |
| HSV(B) | 20º | 0.2% | 0.76% | - |
| XYZ | 42.17 | 41.84 | 36.86 | - |
| YUV | 174.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 155 | 0 | 0.13 | 0.20 | 0.24 | 20 | 0.24 | 0.68 |
| Hex | C2 | A8 | 9B | 0 | D | 14 | 18 | 14 | 18 | 44 |
| Octal | 302 | 250 | 233 | 0 | 15 | 24 | 30 | 24 | 30 | 104 |
| Binary | 11000010 | 10101000 | 10011011 | 0 | 1101 | 10100 | 11000 | 10100 | 11000 | 1000100 |
Color Harmonies of #C2A89B
Complementary color
Monochromatic Colors of #C2A89B
Black with #C2A89B
Text Example
Text Example
White with #C2A89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A89B; }
p { color: rgb(194,168,155); }
H1.HeaderClassName
{
color: #C2A89B;
}
.AnyTagClassName
{
color: #C2A89B;
}
</style>
background-color css
<style>
a { background-color: #C2A89B; }
a { background-color: rgb(194,168,155); }
div.DivClassName
{
background-color: #C2A89B;
}
.BgClassName
{
background-color: #C2A89B;
}
</style>
border-color css
<style>
span { border-color: #C2A89B; }
span { border-color: rgb(194,168,155); }
td.TdClassName
{
border-color: #C2A89B;
}
.TagClassName
{
border-color: #C2A89B;
}
</style>