Shades of Silk #C6AA9B
Tints of Silk #C6AA9B
RGB
CMYK
RGB Variations
Color information
#C6AA9B (or 0xC6AA9B) is known color: Silk. HEX triplet: C6, AA and 9B. RGB value is (198,170,155). Sum of RGB (Red+Green+Blue) = 198+170+155=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AA9B is #395564. Grayscale: #B0B0B0. Windows color (decimal): -3757413 or 10201798. OLE color: 10201798.
HSL color Cylindrical-coordinate representation of color #C6AA9B: hue angle of 20.93º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6AA9B is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 170 | 155 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.22 |
| HSL | 20.93º | 0.27% | 0.69% | - |
| HSV(B) | 20.93º | 0.22% | 0.78% | - |
| XYZ | 43.58 | 43.12 | 37.04 | - |
| YUV | 176.66 | 115.78 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 155 | 0 | 0.14 | 0.22 | 0.22 | 20.93 | 0.27 | 0.69 |
| Hex | C6 | AA | 9B | 0 | E | 16 | 16 | 15 | 1B | 45 |
| Octal | 306 | 252 | 233 | 0 | 16 | 26 | 26 | 25 | 33 | 105 |
| Binary | 11000110 | 10101010 | 10011011 | 0 | 1110 | 10110 | 10110 | 10101 | 11011 | 1000101 |
Color Harmonies of #C6AA9B
Complementary color
Monochromatic Colors of #C6AA9B
Black with #C6AA9B
Text Example
Text Example
White with #C6AA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AA9B; }
p { color: rgb(198,170,155); }
H1.HeaderClassName
{
color: #C6AA9B;
}
.AnyTagClassName
{
color: #C6AA9B;
}
</style>
background-color css
<style>
a { background-color: #C6AA9B; }
a { background-color: rgb(198,170,155); }
div.DivClassName
{
background-color: #C6AA9B;
}
.BgClassName
{
background-color: #C6AA9B;
}
</style>
border-color css
<style>
span { border-color: #C6AA9B; }
span { border-color: rgb(198,170,155); }
td.TdClassName
{
border-color: #C6AA9B;
}
.TagClassName
{
border-color: #C6AA9B;
}
</style>