Shades of Silk #C6AC9C
Tints of Silk #C6AC9C
RGB
CMYK
RGB Variations
Color information
#C6AC9C (or 0xC6AC9C) is known color: Silk. HEX triplet: C6, AC and 9C. RGB value is (198,172,156). Sum of RGB (Red+Green+Blue) = 198+172+156=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AC9C is #395363. Grayscale: #B2B2B2. Windows color (decimal): -3756900 or 10267846. OLE color: 10267846.
HSL color Cylindrical-coordinate representation of color #C6AC9C: hue angle of 22.86º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6AC9C is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 172 | 156 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.22 |
| HSL | 22.86º | 0.27% | 0.69% | - |
| HSV(B) | 22.86º | 0.21% | 0.78% | - |
| XYZ | 44.04 | 43.91 | 37.61 | - |
| YUV | 177.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 172 | 156 | 0 | 0.13 | 0.21 | 0.22 | 22.86 | 0.27 | 0.69 |
| Hex | C6 | AC | 9C | 0 | D | 15 | 16 | 17 | 1B | 45 |
| Octal | 306 | 254 | 234 | 0 | 15 | 25 | 26 | 27 | 33 | 105 |
| Binary | 11000110 | 10101100 | 10011100 | 0 | 1101 | 10101 | 10110 | 10111 | 11011 | 1000101 |
Color Harmonies of #C6AC9C
Complementary color
Monochromatic Colors of #C6AC9C
Black with #C6AC9C
Text Example
Text Example
White with #C6AC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AC9C; }
p { color: rgb(198,172,156); }
H1.HeaderClassName
{
color: #C6AC9C;
}
.AnyTagClassName
{
color: #C6AC9C;
}
</style>
background-color css
<style>
a { background-color: #C6AC9C; }
a { background-color: rgb(198,172,156); }
div.DivClassName
{
background-color: #C6AC9C;
}
.BgClassName
{
background-color: #C6AC9C;
}
</style>
border-color css
<style>
span { border-color: #C6AC9C; }
span { border-color: rgb(198,172,156); }
td.TdClassName
{
border-color: #C6AC9C;
}
.TagClassName
{
border-color: #C6AC9C;
}
</style>