Shades of Silk #C1AA99
Tints of Silk #C1AA99
RGB
CMYK
RGB Variations
Color information
#C1AA99 (or 0xC1AA99) is known color: Silk. HEX triplet: C1, AA and 99. RGB value is (193,170,153). Sum of RGB (Red+Green+Blue) = 193+170+153=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AA99 is #3E5566. Grayscale: #AFAFAF. Windows color (decimal): -4085095 or 10070721. OLE color: 10070721.
HSL color Cylindrical-coordinate representation of color #C1AA99: hue angle of 25.5º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1AA99 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 170 | 153 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.24 |
| HSL | 25.5º | 0.24% | 0.68% | - |
| HSV(B) | 25.5º | 0.21% | 0.76% | - |
| XYZ | 42.12 | 42.39 | 36.1 | - |
| YUV | 174.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 153 | 0 | 0.12 | 0.21 | 0.24 | 25.5 | 0.24 | 0.68 |
| Hex | C1 | AA | 99 | 0 | C | 15 | 18 | 1A | 18 | 44 |
| Octal | 301 | 252 | 231 | 0 | 14 | 25 | 30 | 32 | 30 | 104 |
| Binary | 11000001 | 10101010 | 10011001 | 0 | 1100 | 10101 | 11000 | 11010 | 11000 | 1000100 |
Color Harmonies of #C1AA99
Complementary color
Monochromatic Colors of #C1AA99
Black with #C1AA99
Text Example
Text Example
White with #C1AA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AA99; }
p { color: rgb(193,170,153); }
H1.HeaderClassName
{
color: #C1AA99;
}
.AnyTagClassName
{
color: #C1AA99;
}
</style>
background-color css
<style>
a { background-color: #C1AA99; }
a { background-color: rgb(193,170,153); }
div.DivClassName
{
background-color: #C1AA99;
}
.BgClassName
{
background-color: #C1AA99;
}
</style>
border-color css
<style>
span { border-color: #C1AA99; }
span { border-color: rgb(193,170,153); }
td.TdClassName
{
border-color: #C1AA99;
}
.TagClassName
{
border-color: #C1AA99;
}
</style>