Shades of Silk #C4A994
Tints of Silk #C4A994
RGB
CMYK
RGB Variations
Color information
#C4A994 (or 0xC4A994) is known color: Silk. HEX triplet: C4, A9 and 94. RGB value is (196,169,148). Sum of RGB (Red+Green+Blue) = 196+169+148=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A994 is #3B566B. Grayscale: #AEAEAE. Windows color (decimal): -3888748 or 9742788. OLE color: 9742788.
HSL color Cylindrical-coordinate representation of color #C4A994: hue angle of 26.25º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4A994 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 169 | 148 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.23 |
| HSL | 26.25º | 0.29% | 0.67% | - |
| HSV(B) | 26.25º | 0.24% | 0.77% | - |
| XYZ | 42.3 | 42.25 | 33.94 | - |
| YUV | 174.68 | 112.95 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 169 | 148 | 0 | 0.14 | 0.24 | 0.23 | 26.25 | 0.29 | 0.67 |
| Hex | C4 | A9 | 94 | 0 | E | 18 | 17 | 1A | 1D | 43 |
| Octal | 304 | 251 | 224 | 0 | 16 | 30 | 27 | 32 | 35 | 103 |
| Binary | 11000100 | 10101001 | 10010100 | 0 | 1110 | 11000 | 10111 | 11010 | 11101 | 1000011 |
Color Harmonies of #C4A994
Complementary color
Monochromatic Colors of #C4A994
Black with #C4A994
Text Example
Text Example
White with #C4A994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A994; }
p { color: rgb(196,169,148); }
H1.HeaderClassName
{
color: #C4A994;
}
.AnyTagClassName
{
color: #C4A994;
}
</style>
background-color css
<style>
a { background-color: #C4A994; }
a { background-color: rgb(196,169,148); }
div.DivClassName
{
background-color: #C4A994;
}
.BgClassName
{
background-color: #C4A994;
}
</style>
border-color css
<style>
span { border-color: #C4A994; }
span { border-color: rgb(196,169,148); }
td.TdClassName
{
border-color: #C4A994;
}
.TagClassName
{
border-color: #C4A994;
}
</style>