Shades of Silk #C2AE9D
Tints of Silk #C2AE9D
RGB
CMYK
RGB Variations
Color information
#C2AE9D (or 0xC2AE9D) is known color: Silk. HEX triplet: C2, AE and 9D. RGB value is (194,174,157). Sum of RGB (Red+Green+Blue) = 194+174+157=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AE9D is #3D5162. Grayscale: #B2B2B2. Windows color (decimal): -4018531 or 10333890. OLE color: 10333890.
HSL color Cylindrical-coordinate representation of color #C2AE9D: hue angle of 27.57º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2AE9D is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 157 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.24 |
| HSL | 27.57º | 0.23% | 0.69% | - |
| HSV(B) | 27.57º | 0.19% | 0.76% | - |
| XYZ | 43.47 | 44.18 | 38.13 | - |
| YUV | 178.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 157 | 0 | 0.10 | 0.19 | 0.24 | 27.57 | 0.23 | 0.69 |
| Hex | C2 | AE | 9D | 0 | A | 13 | 18 | 1C | 17 | 45 |
| Octal | 302 | 256 | 235 | 0 | 12 | 23 | 30 | 34 | 27 | 105 |
| Binary | 11000010 | 10101110 | 10011101 | 0 | 1010 | 10011 | 11000 | 11100 | 10111 | 1000101 |
Color Harmonies of #C2AE9D
Complementary color
Monochromatic Colors of #C2AE9D
Black with #C2AE9D
Text Example
Text Example
White with #C2AE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE9D; }
p { color: rgb(194,174,157); }
H1.HeaderClassName
{
color: #C2AE9D;
}
.AnyTagClassName
{
color: #C2AE9D;
}
</style>
background-color css
<style>
a { background-color: #C2AE9D; }
a { background-color: rgb(194,174,157); }
div.DivClassName
{
background-color: #C2AE9D;
}
.BgClassName
{
background-color: #C2AE9D;
}
</style>
border-color css
<style>
span { border-color: #C2AE9D; }
span { border-color: rgb(194,174,157); }
td.TdClassName
{
border-color: #C2AE9D;
}
.TagClassName
{
border-color: #C2AE9D;
}
</style>