Shades of Silk #C2AE9B
Tints of Silk #C2AE9B
RGB
CMYK
RGB Variations
Color information
#C2AE9B (or 0xC2AE9B) is known color: Silk. HEX triplet: C2, AE and 9B. RGB value is (194,174,155). Sum of RGB (Red+Green+Blue) = 194+174+155=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AE9B is #3D5164. Grayscale: #B1B1B1. Windows color (decimal): -4018533 or 10202818. OLE color: 10202818.
HSL color Cylindrical-coordinate representation of color #C2AE9B: hue angle of 29.23º 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 #C2AE9B is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 155 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.24 |
| HSL | 29.23º | 0.24% | 0.68% | - |
| HSV(B) | 29.23º | 0.2% | 0.76% | - |
| XYZ | 43.3 | 44.11 | 37.24 | - |
| YUV | 177.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 155 | 0 | 0.10 | 0.20 | 0.24 | 29.23 | 0.24 | 0.68 |
| Hex | C2 | AE | 9B | 0 | A | 14 | 18 | 1D | 18 | 44 |
| Octal | 302 | 256 | 233 | 0 | 12 | 24 | 30 | 35 | 30 | 104 |
| Binary | 11000010 | 10101110 | 10011011 | 0 | 1010 | 10100 | 11000 | 11101 | 11000 | 1000100 |
Color Harmonies of #C2AE9B
Complementary color
Monochromatic Colors of #C2AE9B
Black with #C2AE9B
Text Example
Text Example
White with #C2AE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE9B; }
p { color: rgb(194,174,155); }
H1.HeaderClassName
{
color: #C2AE9B;
}
.AnyTagClassName
{
color: #C2AE9B;
}
</style>
background-color css
<style>
a { background-color: #C2AE9B; }
a { background-color: rgb(194,174,155); }
div.DivClassName
{
background-color: #C2AE9B;
}
.BgClassName
{
background-color: #C2AE9B;
}
</style>
border-color css
<style>
span { border-color: #C2AE9B; }
span { border-color: rgb(194,174,155); }
td.TdClassName
{
border-color: #C2AE9B;
}
.TagClassName
{
border-color: #C2AE9B;
}
</style>