Shades of Silk #C2A898
Tints of Silk #C2A898
RGB
CMYK
RGB Variations
Color information
#C2A898 (or 0xC2A898) is known color: Silk. HEX triplet: C2, A8 and 98. RGB value is (194,168,152). Sum of RGB (Red+Green+Blue) = 194+168+152=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 152 (59.77% from 255 or 29.57% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A898 is #3D5767. Grayscale: #AEAEAE. Windows color (decimal): -4020072 or 10004674. OLE color: 10004674.
HSL color Cylindrical-coordinate representation of color #C2A898: hue angle of 22.86º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2A898 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 152 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.24 |
| HSL | 22.86º | 0.26% | 0.68% | - |
| HSV(B) | 22.86º | 0.22% | 0.76% | - |
| XYZ | 41.92 | 41.74 | 35.55 | - |
| YUV | 173.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 152 | 0 | 0.13 | 0.22 | 0.24 | 22.86 | 0.26 | 0.68 |
| Hex | C2 | A8 | 98 | 0 | D | 16 | 18 | 17 | 1A | 44 |
| Octal | 302 | 250 | 230 | 0 | 15 | 26 | 30 | 27 | 32 | 104 |
| Binary | 11000010 | 10101000 | 10011000 | 0 | 1101 | 10110 | 11000 | 10111 | 11010 | 1000100 |
Color Harmonies of #C2A898
Complementary color
Monochromatic Colors of #C2A898
Black with #C2A898
Text Example
Text Example
White with #C2A898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A898; }
p { color: rgb(194,168,152); }
H1.HeaderClassName
{
color: #C2A898;
}
.AnyTagClassName
{
color: #C2A898;
}
</style>
background-color css
<style>
a { background-color: #C2A898; }
a { background-color: rgb(194,168,152); }
div.DivClassName
{
background-color: #C2A898;
}
.BgClassName
{
background-color: #C2A898;
}
</style>
border-color css
<style>
span { border-color: #C2A898; }
span { border-color: rgb(194,168,152); }
td.TdClassName
{
border-color: #C2A898;
}
.TagClassName
{
border-color: #C2A898;
}
</style>