Shades of Silk #C1AB9B
Tints of Silk #C1AB9B
RGB
CMYK
RGB Variations
Color information
#C1AB9B (or 0xC1AB9B) is known color: Silk. HEX triplet: C1, AB and 9B. RGB value is (193,171,155). Sum of RGB (Red+Green+Blue) = 193+171+155=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AB9B is #3E5464. Grayscale: #AFAFAF. Windows color (decimal): -4084837 or 10202049. OLE color: 10202049.
HSL color Cylindrical-coordinate representation of color #C1AB9B: hue angle of 25.26º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1AB9B is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 155 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.24 |
| HSL | 25.26º | 0.23% | 0.68% | - |
| HSV(B) | 25.26º | 0.2% | 0.76% | - |
| XYZ | 42.47 | 42.83 | 37.04 | - |
| YUV | 175.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 155 | 0 | 0.11 | 0.20 | 0.24 | 25.26 | 0.23 | 0.68 |
| Hex | C1 | AB | 9B | 0 | B | 14 | 18 | 19 | 17 | 44 |
| Octal | 301 | 253 | 233 | 0 | 13 | 24 | 30 | 31 | 27 | 104 |
| Binary | 11000001 | 10101011 | 10011011 | 0 | 1011 | 10100 | 11000 | 11001 | 10111 | 1000100 |
Color Harmonies of #C1AB9B
Complementary color
Monochromatic Colors of #C1AB9B
Black with #C1AB9B
Text Example
Text Example
White with #C1AB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AB9B; }
p { color: rgb(193,171,155); }
H1.HeaderClassName
{
color: #C1AB9B;
}
.AnyTagClassName
{
color: #C1AB9B;
}
</style>
background-color css
<style>
a { background-color: #C1AB9B; }
a { background-color: rgb(193,171,155); }
div.DivClassName
{
background-color: #C1AB9B;
}
.BgClassName
{
background-color: #C1AB9B;
}
</style>
border-color css
<style>
span { border-color: #C1AB9B; }
span { border-color: rgb(193,171,155); }
td.TdClassName
{
border-color: #C1AB9B;
}
.TagClassName
{
border-color: #C1AB9B;
}
</style>