Shades of Silk #C4AB9A
Tints of Silk #C4AB9A
RGB
CMYK
RGB Variations
Color information
#C4AB9A (or 0xC4AB9A) is known color: Silk. HEX triplet: C4, AB and 9A. RGB value is (196,171,154). Sum of RGB (Red+Green+Blue) = 196+171+154=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AB9A is #3B5465. Grayscale: #B0B0B0. Windows color (decimal): -3888230 or 10136516. OLE color: 10136516.
HSL color Cylindrical-coordinate representation of color #C4AB9A: hue angle of 24.29º 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 #C4AB9A is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 154 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.23 |
| HSL | 24.29º | 0.26% | 0.69% | - |
| HSV(B) | 24.29º | 0.21% | 0.77% | - |
| XYZ | 43.16 | 43.19 | 36.63 | - |
| YUV | 176.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 154 | 0 | 0.13 | 0.21 | 0.23 | 24.29 | 0.26 | 0.69 |
| Hex | C4 | AB | 9A | 0 | D | 15 | 17 | 18 | 1A | 45 |
| Octal | 304 | 253 | 232 | 0 | 15 | 25 | 27 | 30 | 32 | 105 |
| Binary | 11000100 | 10101011 | 10011010 | 0 | 1101 | 10101 | 10111 | 11000 | 11010 | 1000101 |
Color Harmonies of #C4AB9A
Complementary color
Monochromatic Colors of #C4AB9A
Black with #C4AB9A
Text Example
Text Example
White with #C4AB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB9A; }
p { color: rgb(196,171,154); }
H1.HeaderClassName
{
color: #C4AB9A;
}
.AnyTagClassName
{
color: #C4AB9A;
}
</style>
background-color css
<style>
a { background-color: #C4AB9A; }
a { background-color: rgb(196,171,154); }
div.DivClassName
{
background-color: #C4AB9A;
}
.BgClassName
{
background-color: #C4AB9A;
}
</style>
border-color css
<style>
span { border-color: #C4AB9A; }
span { border-color: rgb(196,171,154); }
td.TdClassName
{
border-color: #C4AB9A;
}
.TagClassName
{
border-color: #C4AB9A;
}
</style>