Shades of Silk #C4AA9A
Tints of Silk #C4AA9A
RGB
CMYK
RGB Variations
Color information
#C4AA9A (or 0xC4AA9A) is known color: Silk. HEX triplet: C4, AA and 9A. RGB value is (196,170,154). Sum of RGB (Red+Green+Blue) = 196+170+154=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AA9A is #3B5565. Grayscale: #B0B0B0. Windows color (decimal): -3888486 or 10136260. OLE color: 10136260.
HSL color Cylindrical-coordinate representation of color #C4AA9A: hue angle of 22.86º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4AA9A is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 170 | 154 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.23 |
| HSL | 22.86º | 0.26% | 0.69% | - |
| HSV(B) | 22.86º | 0.21% | 0.77% | - |
| XYZ | 42.97 | 42.82 | 36.57 | - |
| YUV | 175.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 154 | 0 | 0.13 | 0.21 | 0.23 | 22.86 | 0.26 | 0.69 |
| Hex | C4 | AA | 9A | 0 | D | 15 | 17 | 17 | 1A | 45 |
| Octal | 304 | 252 | 232 | 0 | 15 | 25 | 27 | 27 | 32 | 105 |
| Binary | 11000100 | 10101010 | 10011010 | 0 | 1101 | 10101 | 10111 | 10111 | 11010 | 1000101 |
Color Harmonies of #C4AA9A
Complementary color
Monochromatic Colors of #C4AA9A
Black with #C4AA9A
Text Example
Text Example
White with #C4AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AA9A; }
p { color: rgb(196,170,154); }
H1.HeaderClassName
{
color: #C4AA9A;
}
.AnyTagClassName
{
color: #C4AA9A;
}
</style>
background-color css
<style>
a { background-color: #C4AA9A; }
a { background-color: rgb(196,170,154); }
div.DivClassName
{
background-color: #C4AA9A;
}
.BgClassName
{
background-color: #C4AA9A;
}
</style>
border-color css
<style>
span { border-color: #C4AA9A; }
span { border-color: rgb(196,170,154); }
td.TdClassName
{
border-color: #C4AA9A;
}
.TagClassName
{
border-color: #C4AA9A;
}
</style>