Shades of Silk #C4AB9B
Tints of Silk #C4AB9B
RGB
CMYK
RGB Variations
Color information
#C4AB9B (or 0xC4AB9B) is known color: Silk. HEX triplet: C4, AB and 9B. RGB value is (196,171,155). Sum of RGB (Red+Green+Blue) = 196+171+155=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AB9B is #3B5464. Grayscale: #B0B0B0. Windows color (decimal): -3888229 or 10202052. OLE color: 10202052.
HSL color Cylindrical-coordinate representation of color #C4AB9B: hue angle of 23.41º 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 #C4AB9B is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 155 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.23 |
| HSL | 23.41º | 0.26% | 0.69% | - |
| HSV(B) | 23.41º | 0.21% | 0.77% | - |
| XYZ | 43.24 | 43.23 | 37.08 | - |
| YUV | 176.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 155 | 0 | 0.13 | 0.21 | 0.23 | 23.41 | 0.26 | 0.69 |
| Hex | C4 | AB | 9B | 0 | D | 15 | 17 | 17 | 1A | 45 |
| Octal | 304 | 253 | 233 | 0 | 15 | 25 | 27 | 27 | 32 | 105 |
| Binary | 11000100 | 10101011 | 10011011 | 0 | 1101 | 10101 | 10111 | 10111 | 11010 | 1000101 |
Color Harmonies of #C4AB9B
Complementary color
Monochromatic Colors of #C4AB9B
Black with #C4AB9B
Text Example
Text Example
White with #C4AB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB9B; }
p { color: rgb(196,171,155); }
H1.HeaderClassName
{
color: #C4AB9B;
}
.AnyTagClassName
{
color: #C4AB9B;
}
</style>
background-color css
<style>
a { background-color: #C4AB9B; }
a { background-color: rgb(196,171,155); }
div.DivClassName
{
background-color: #C4AB9B;
}
.BgClassName
{
background-color: #C4AB9B;
}
</style>
border-color css
<style>
span { border-color: #C4AB9B; }
span { border-color: rgb(196,171,155); }
td.TdClassName
{
border-color: #C4AB9B;
}
.TagClassName
{
border-color: #C4AB9B;
}
</style>