Shades of Silk #C1A99A
Tints of Silk #C1A99A
RGB
CMYK
RGB Variations
Color information
#C1A99A (or 0xC1A99A) is known color: Silk. HEX triplet: C1, A9 and 9A. RGB value is (193,169,154). Sum of RGB (Red+Green+Blue) = 193+169+154=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 169 (66.41% from 255 or 32.75% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A99A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A99A is #3E5665. Grayscale: #AEAEAE. Windows color (decimal): -4085350 or 10136001. OLE color: 10136001.
HSL color Cylindrical-coordinate representation of color #C1A99A: hue angle of 23.08º degrees, saturation: 0.24, 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 #C1A99A is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 169 | 154 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.24 |
| HSL | 23.08º | 0.24% | 0.68% | - |
| HSV(B) | 23.08º | 0.2% | 0.76% | - |
| XYZ | 42.01 | 42.05 | 36.47 | - |
| YUV | 174.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 169 | 154 | 0 | 0.12 | 0.20 | 0.24 | 23.08 | 0.24 | 0.68 |
| Hex | C1 | A9 | 9A | 0 | C | 14 | 18 | 17 | 18 | 44 |
| Octal | 301 | 251 | 232 | 0 | 14 | 24 | 30 | 27 | 30 | 104 |
| Binary | 11000001 | 10101001 | 10011010 | 0 | 1100 | 10100 | 11000 | 10111 | 11000 | 1000100 |
Color Harmonies of #C1A99A
Complementary color
Monochromatic Colors of #C1A99A
Black with #C1A99A
Text Example
Text Example
White with #C1A99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A99A; }
p { color: rgb(193,169,154); }
H1.HeaderClassName
{
color: #C1A99A;
}
.AnyTagClassName
{
color: #C1A99A;
}
</style>
background-color css
<style>
a { background-color: #C1A99A; }
a { background-color: rgb(193,169,154); }
div.DivClassName
{
background-color: #C1A99A;
}
.BgClassName
{
background-color: #C1A99A;
}
</style>
border-color css
<style>
span { border-color: #C1A99A; }
span { border-color: rgb(193,169,154); }
td.TdClassName
{
border-color: #C1A99A;
}
.TagClassName
{
border-color: #C1A99A;
}
</style>