Shades of Silk #C4A898
Tints of Silk #C4A898
RGB
CMYK
RGB Variations
Color information
#C4A898 (or 0xC4A898) is known color: Silk. HEX triplet: C4, A8 and 98. RGB value is (196,168,152). Sum of RGB (Red+Green+Blue) = 196+168+152=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A898 is #3B5767. Grayscale: #AEAEAE. Windows color (decimal): -3889000 or 10004676. OLE color: 10004676.
HSL color Cylindrical-coordinate representation of color #C4A898: hue angle of 21.82º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4A898 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 152 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.23 |
| HSL | 21.82º | 0.27% | 0.68% | - |
| HSV(B) | 21.82º | 0.22% | 0.77% | - |
| XYZ | 42.44 | 42.01 | 35.58 | - |
| YUV | 174.55 | 115.28 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 152 | 0 | 0.14 | 0.22 | 0.23 | 21.82 | 0.27 | 0.68 |
| Hex | C4 | A8 | 98 | 0 | E | 16 | 17 | 16 | 1B | 44 |
| Octal | 304 | 250 | 230 | 0 | 16 | 26 | 27 | 26 | 33 | 104 |
| Binary | 11000100 | 10101000 | 10011000 | 0 | 1110 | 10110 | 10111 | 10110 | 11011 | 1000100 |
Color Harmonies of #C4A898
Complementary color
Monochromatic Colors of #C4A898
Black with #C4A898
Text Example
Text Example
White with #C4A898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A898; }
p { color: rgb(196,168,152); }
H1.HeaderClassName
{
color: #C4A898;
}
.AnyTagClassName
{
color: #C4A898;
}
</style>
background-color css
<style>
a { background-color: #C4A898; }
a { background-color: rgb(196,168,152); }
div.DivClassName
{
background-color: #C4A898;
}
.BgClassName
{
background-color: #C4A898;
}
</style>
border-color css
<style>
span { border-color: #C4A898; }
span { border-color: rgb(196,168,152); }
td.TdClassName
{
border-color: #C4A898;
}
.TagClassName
{
border-color: #C4A898;
}
</style>