Shades of Silk #C2AE9C
Tints of Silk #C2AE9C
RGB
CMYK
RGB Variations
Color information
#C2AE9C (or 0xC2AE9C) is known color: Silk. HEX triplet: C2, AE and 9C. RGB value is (194,174,156). Sum of RGB (Red+Green+Blue) = 194+174+156=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AE9C is #3D5163. Grayscale: #B2B2B2. Windows color (decimal): -4018532 or 10268354. OLE color: 10268354.
HSL color Cylindrical-coordinate representation of color #C2AE9C: hue angle of 28.42º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2AE9C is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 156 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.24 |
| HSL | 28.42º | 0.24% | 0.69% | - |
| HSV(B) | 28.42º | 0.2% | 0.76% | - |
| XYZ | 43.38 | 44.14 | 37.69 | - |
| YUV | 177.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 156 | 0 | 0.10 | 0.20 | 0.24 | 28.42 | 0.24 | 0.69 |
| Hex | C2 | AE | 9C | 0 | A | 14 | 18 | 1C | 18 | 45 |
| Octal | 302 | 256 | 234 | 0 | 12 | 24 | 30 | 34 | 30 | 105 |
| Binary | 11000010 | 10101110 | 10011100 | 0 | 1010 | 10100 | 11000 | 11100 | 11000 | 1000101 |
Color Harmonies of #C2AE9C
Complementary color
Monochromatic Colors of #C2AE9C
Black with #C2AE9C
Text Example
Text Example
White with #C2AE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE9C; }
p { color: rgb(194,174,156); }
H1.HeaderClassName
{
color: #C2AE9C;
}
.AnyTagClassName
{
color: #C2AE9C;
}
</style>
background-color css
<style>
a { background-color: #C2AE9C; }
a { background-color: rgb(194,174,156); }
div.DivClassName
{
background-color: #C2AE9C;
}
.BgClassName
{
background-color: #C2AE9C;
}
</style>
border-color css
<style>
span { border-color: #C2AE9C; }
span { border-color: rgb(194,174,156); }
td.TdClassName
{
border-color: #C2AE9C;
}
.TagClassName
{
border-color: #C2AE9C;
}
</style>