Shades of Silk #C4AEA0
Tints of Silk #C4AEA0
RGB
CMYK
RGB Variations
Color information
#C4AEA0 (or 0xC4AEA0) is known color: Silk. HEX triplet: C4, AE and A0. RGB value is (196,174,160). Sum of RGB (Red+Green+Blue) = 196+174+160=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AEA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AEA0 is #3B515F. Grayscale: #B3B3B3. Windows color (decimal): -3887456 or 10530500. OLE color: 10530500.
HSL color Cylindrical-coordinate representation of color #C4AEA0: hue angle of 23.33º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4AEA0 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 174 | 160 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.23 |
| HSL | 23.33º | 0.23% | 0.7% | - |
| HSV(B) | 23.33º | 0.18% | 0.77% | - |
| XYZ | 44.25 | 44.55 | 39.52 | - |
| YUV | 178.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 160 | 0 | 0.11 | 0.18 | 0.23 | 23.33 | 0.23 | 0.7 |
| Hex | C4 | AE | A0 | 0 | B | 12 | 17 | 17 | 17 | 46 |
| Octal | 304 | 256 | 240 | 0 | 13 | 22 | 27 | 27 | 27 | 106 |
| Binary | 11000100 | 10101110 | 10100000 | 0 | 1011 | 10010 | 10111 | 10111 | 10111 | 1000110 |
Color Harmonies of #C4AEA0
Complementary color
Monochromatic Colors of #C4AEA0
Black with #C4AEA0
Text Example
Text Example
White with #C4AEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AEA0; }
p { color: rgb(196,174,160); }
H1.HeaderClassName
{
color: #C4AEA0;
}
.AnyTagClassName
{
color: #C4AEA0;
}
</style>
background-color css
<style>
a { background-color: #C4AEA0; }
a { background-color: rgb(196,174,160); }
div.DivClassName
{
background-color: #C4AEA0;
}
.BgClassName
{
background-color: #C4AEA0;
}
</style>
border-color css
<style>
span { border-color: #C4AEA0; }
span { border-color: rgb(196,174,160); }
td.TdClassName
{
border-color: #C4AEA0;
}
.TagClassName
{
border-color: #C4AEA0;
}
</style>