Shades of Silk #C1AA94
Tints of Silk #C1AA94
RGB
CMYK
RGB Variations
Color information
#C1AA94 (or 0xC1AA94) is known color: Silk. HEX triplet: C1, AA and 94. RGB value is (193,170,148). Sum of RGB (Red+Green+Blue) = 193+170+148=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AA94 is #3E556B. Grayscale: #AEAEAE. Windows color (decimal): -4085100 or 9743041. OLE color: 9743041.
HSL color Cylindrical-coordinate representation of color #C1AA94: hue angle of 29.33º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1AA94 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 170 | 148 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.24 |
| HSL | 29.33º | 0.27% | 0.67% | - |
| HSV(B) | 29.33º | 0.23% | 0.76% | - |
| XYZ | 41.71 | 42.23 | 33.97 | - |
| YUV | 174.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 148 | 0 | 0.12 | 0.23 | 0.24 | 29.33 | 0.27 | 0.67 |
| Hex | C1 | AA | 94 | 0 | C | 17 | 18 | 1D | 1B | 43 |
| Octal | 301 | 252 | 224 | 0 | 14 | 27 | 30 | 35 | 33 | 103 |
| Binary | 11000001 | 10101010 | 10010100 | 0 | 1100 | 10111 | 11000 | 11101 | 11011 | 1000011 |
Color Harmonies of #C1AA94
Complementary color
Monochromatic Colors of #C1AA94
Black with #C1AA94
Text Example
Text Example
White with #C1AA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AA94; }
p { color: rgb(193,170,148); }
H1.HeaderClassName
{
color: #C1AA94;
}
.AnyTagClassName
{
color: #C1AA94;
}
</style>
background-color css
<style>
a { background-color: #C1AA94; }
a { background-color: rgb(193,170,148); }
div.DivClassName
{
background-color: #C1AA94;
}
.BgClassName
{
background-color: #C1AA94;
}
</style>
border-color css
<style>
span { border-color: #C1AA94; }
span { border-color: rgb(193,170,148); }
td.TdClassName
{
border-color: #C1AA94;
}
.TagClassName
{
border-color: #C1AA94;
}
</style>