Shades of Silk #C5AB9C
Tints of Silk #C5AB9C
RGB
CMYK
RGB Variations
Color information
#C5AB9C (or 0xC5AB9C) is known color: Silk. HEX triplet: C5, AB and 9C. RGB value is (197,171,156). Sum of RGB (Red+Green+Blue) = 197+171+156=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AB9C is #3A5463. Grayscale: #B1B1B1. Windows color (decimal): -3822692 or 10267589. OLE color: 10267589.
HSL color Cylindrical-coordinate representation of color #C5AB9C: hue angle of 21.95º 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 #C5AB9C is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 156 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.23 |
| HSL | 21.95º | 0.26% | 0.69% | - |
| HSV(B) | 21.95º | 0.21% | 0.77% | - |
| XYZ | 43.59 | 43.4 | 37.53 | - |
| YUV | 177.06 | 116.11 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 156 | 0 | 0.13 | 0.21 | 0.23 | 21.95 | 0.26 | 0.69 |
| Hex | C5 | AB | 9C | 0 | D | 15 | 17 | 16 | 1A | 45 |
| Octal | 305 | 253 | 234 | 0 | 15 | 25 | 27 | 26 | 32 | 105 |
| Binary | 11000101 | 10101011 | 10011100 | 0 | 1101 | 10101 | 10111 | 10110 | 11010 | 1000101 |
Color Harmonies of #C5AB9C
Complementary color
Monochromatic Colors of #C5AB9C
Black with #C5AB9C
Text Example
Text Example
White with #C5AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB9C; }
p { color: rgb(197,171,156); }
H1.HeaderClassName
{
color: #C5AB9C;
}
.AnyTagClassName
{
color: #C5AB9C;
}
</style>
background-color css
<style>
a { background-color: #C5AB9C; }
a { background-color: rgb(197,171,156); }
div.DivClassName
{
background-color: #C5AB9C;
}
.BgClassName
{
background-color: #C5AB9C;
}
</style>
border-color css
<style>
span { border-color: #C5AB9C; }
span { border-color: rgb(197,171,156); }
td.TdClassName
{
border-color: #C5AB9C;
}
.TagClassName
{
border-color: #C5AB9C;
}
</style>