Shades of Silk #C5AB9A
Tints of Silk #C5AB9A
RGB
CMYK
RGB Variations
Color information
#C5AB9A (or 0xC5AB9A) is known color: Silk. HEX triplet: C5, AB and 9A. RGB value is (197,171,154). Sum of RGB (Red+Green+Blue) = 197+171+154=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AB9A is #3A5465. Grayscale: #B0B0B0. Windows color (decimal): -3822694 or 10136517. OLE color: 10136517.
HSL color Cylindrical-coordinate representation of color #C5AB9A: hue angle of 23.72º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5AB9A is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 154 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.23 |
| HSL | 23.72º | 0.27% | 0.69% | - |
| HSV(B) | 23.72º | 0.22% | 0.77% | - |
| XYZ | 43.42 | 43.33 | 36.65 | - |
| YUV | 176.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 154 | 0 | 0.13 | 0.22 | 0.23 | 23.72 | 0.27 | 0.69 |
| Hex | C5 | AB | 9A | 0 | D | 16 | 17 | 18 | 1B | 45 |
| Octal | 305 | 253 | 232 | 0 | 15 | 26 | 27 | 30 | 33 | 105 |
| Binary | 11000101 | 10101011 | 10011010 | 0 | 1101 | 10110 | 10111 | 11000 | 11011 | 1000101 |
Color Harmonies of #C5AB9A
Complementary color
Monochromatic Colors of #C5AB9A
Black with #C5AB9A
Text Example
Text Example
White with #C5AB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB9A; }
p { color: rgb(197,171,154); }
H1.HeaderClassName
{
color: #C5AB9A;
}
.AnyTagClassName
{
color: #C5AB9A;
}
</style>
background-color css
<style>
a { background-color: #C5AB9A; }
a { background-color: rgb(197,171,154); }
div.DivClassName
{
background-color: #C5AB9A;
}
.BgClassName
{
background-color: #C5AB9A;
}
</style>
border-color css
<style>
span { border-color: #C5AB9A; }
span { border-color: rgb(197,171,154); }
td.TdClassName
{
border-color: #C5AB9A;
}
.TagClassName
{
border-color: #C5AB9A;
}
</style>