Shades of Silk #C1AE9E
Tints of Silk #C1AE9E
RGB
CMYK
RGB Variations
Color information
#C1AE9E (or 0xC1AE9E) is known color: Silk. HEX triplet: C1, AE and 9E. RGB value is (193,174,158). Sum of RGB (Red+Green+Blue) = 193+174+158=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AE9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AE9E is #3E5161. Grayscale: #B1B1B1. Windows color (decimal): -4084066 or 10399425. OLE color: 10399425.
HSL color Cylindrical-coordinate representation of color #C1AE9E: hue angle of 27.43º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1AE9E is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 174 | 158 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.24 |
| HSL | 27.43º | 0.22% | 0.69% | - |
| HSV(B) | 27.43º | 0.18% | 0.76% | - |
| XYZ | 43.3 | 44.08 | 38.57 | - |
| YUV | 177.86 | 116.79 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 174 | 158 | 0 | 0.10 | 0.18 | 0.24 | 27.43 | 0.22 | 0.69 |
| Hex | C1 | AE | 9E | 0 | A | 12 | 18 | 1B | 16 | 45 |
| Octal | 301 | 256 | 236 | 0 | 12 | 22 | 30 | 33 | 26 | 105 |
| Binary | 11000001 | 10101110 | 10011110 | 0 | 1010 | 10010 | 11000 | 11011 | 10110 | 1000101 |
Color Harmonies of #C1AE9E
Complementary color
Monochromatic Colors of #C1AE9E
Black with #C1AE9E
Text Example
Text Example
White with #C1AE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AE9E; }
p { color: rgb(193,174,158); }
H1.HeaderClassName
{
color: #C1AE9E;
}
.AnyTagClassName
{
color: #C1AE9E;
}
</style>
background-color css
<style>
a { background-color: #C1AE9E; }
a { background-color: rgb(193,174,158); }
div.DivClassName
{
background-color: #C1AE9E;
}
.BgClassName
{
background-color: #C1AE9E;
}
</style>
border-color css
<style>
span { border-color: #C1AE9E; }
span { border-color: rgb(193,174,158); }
td.TdClassName
{
border-color: #C1AE9E;
}
.TagClassName
{
border-color: #C1AE9E;
}
</style>