Shades of Silk #C1A89A
Tints of Silk #C1A89A
RGB
CMYK
RGB Variations
Color information
#C1A89A (or 0xC1A89A) is known color: Silk. HEX triplet: C1, A8 and 9A. RGB value is (193,168,154). Sum of RGB (Red+Green+Blue) = 193+168+154=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A89A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A89A is #3E5765. Grayscale: #ADADAD. Windows color (decimal): -4085606 or 10135745. OLE color: 10135745.
HSL color Cylindrical-coordinate representation of color #C1A89A: hue angle of 21.54º 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 #C1A89A is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 168 | 154 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.24 |
| HSL | 21.54º | 0.24% | 0.68% | - |
| HSV(B) | 21.54º | 0.2% | 0.76% | - |
| XYZ | 41.83 | 41.68 | 36.41 | - |
| YUV | 173.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 154 | 0 | 0.13 | 0.20 | 0.24 | 21.54 | 0.24 | 0.68 |
| Hex | C1 | A8 | 9A | 0 | D | 14 | 18 | 16 | 18 | 44 |
| Octal | 301 | 250 | 232 | 0 | 15 | 24 | 30 | 26 | 30 | 104 |
| Binary | 11000001 | 10101000 | 10011010 | 0 | 1101 | 10100 | 11000 | 10110 | 11000 | 1000100 |
Color Harmonies of #C1A89A
Complementary color
Monochromatic Colors of #C1A89A
Black with #C1A89A
Text Example
Text Example
White with #C1A89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A89A; }
p { color: rgb(193,168,154); }
H1.HeaderClassName
{
color: #C1A89A;
}
.AnyTagClassName
{
color: #C1A89A;
}
</style>
background-color css
<style>
a { background-color: #C1A89A; }
a { background-color: rgb(193,168,154); }
div.DivClassName
{
background-color: #C1A89A;
}
.BgClassName
{
background-color: #C1A89A;
}
</style>
border-color css
<style>
span { border-color: #C1A89A; }
span { border-color: rgb(193,168,154); }
td.TdClassName
{
border-color: #C1A89A;
}
.TagClassName
{
border-color: #C1A89A;
}
</style>