Shades of Silk #C7AEA1
Tints of Silk #C7AEA1
RGB
CMYK
RGB Variations
Color information
#C7AEA1 (or 0xC7AEA1) is known color: Silk. HEX triplet: C7, AE and A1. RGB value is (199,174,161). Sum of RGB (Red+Green+Blue) = 199+174+161=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 161 (63.28% from 255 or 30.15% from 534); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AEA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AEA1 is #38515E. Grayscale: #B4B4B4. Windows color (decimal): -3690847 or 10596039. OLE color: 10596039.
HSL color Cylindrical-coordinate representation of color #C7AEA1: hue angle of 20.53º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7AEA1 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 174 | 161 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.22 |
| HSL | 20.53º | 0.25% | 0.71% | - |
| HSV(B) | 20.53º | 0.19% | 0.78% | - |
| XYZ | 45.12 | 44.99 | 40.02 | - |
| YUV | 179.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 174 | 161 | 0 | 0.13 | 0.19 | 0.22 | 20.53 | 0.25 | 0.71 |
| Hex | C7 | AE | A1 | 0 | D | 13 | 16 | 15 | 19 | 47 |
| Octal | 307 | 256 | 241 | 0 | 15 | 23 | 26 | 25 | 31 | 107 |
| Binary | 11000111 | 10101110 | 10100001 | 0 | 1101 | 10011 | 10110 | 10101 | 11001 | 1000111 |
Color Harmonies of #C7AEA1
Complementary color
Monochromatic Colors of #C7AEA1
Black with #C7AEA1
Text Example
Text Example
White with #C7AEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AEA1; }
p { color: rgb(199,174,161); }
H1.HeaderClassName
{
color: #C7AEA1;
}
.AnyTagClassName
{
color: #C7AEA1;
}
</style>
background-color css
<style>
a { background-color: #C7AEA1; }
a { background-color: rgb(199,174,161); }
div.DivClassName
{
background-color: #C7AEA1;
}
.BgClassName
{
background-color: #C7AEA1;
}
</style>
border-color css
<style>
span { border-color: #C7AEA1; }
span { border-color: rgb(199,174,161); }
td.TdClassName
{
border-color: #C7AEA1;
}
.TagClassName
{
border-color: #C7AEA1;
}
</style>