Shades of Silk #C6B1A3
Tints of Silk #C6B1A3
RGB
CMYK
RGB Variations
Color information
#C6B1A3 (or 0xC6B1A3) is known color: Silk. HEX triplet: C6, B1 and A3. RGB value is (198,177,163). Sum of RGB (Red+Green+Blue) = 198+177+163=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 163 (64.06% from 255 or 30.30% from 538); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B1A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6B1A3 is #394E5C. Grayscale: #B5B5B5. Windows color (decimal): -3755613 or 10727878. OLE color: 10727878.
HSL color Cylindrical-coordinate representation of color #C6B1A3: hue angle of 24º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6B1A3 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 177 | 163 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.22 |
| HSL | 24º | 0.23% | 0.71% | - |
| HSV(B) | 24º | 0.18% | 0.78% | - |
| XYZ | 45.62 | 46.09 | 41.14 | - |
| YUV | 181.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 177 | 163 | 0 | 0.11 | 0.18 | 0.22 | 24 | 0.23 | 0.71 |
| Hex | C6 | B1 | A3 | 0 | B | 12 | 16 | 18 | 17 | 47 |
| Octal | 306 | 261 | 243 | 0 | 13 | 22 | 26 | 30 | 27 | 107 |
| Binary | 11000110 | 10110001 | 10100011 | 0 | 1011 | 10010 | 10110 | 11000 | 10111 | 1000111 |
Color Harmonies of #C6B1A3
Complementary color
Monochromatic Colors of #C6B1A3
Black with #C6B1A3
Text Example
Text Example
White with #C6B1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B1A3; }
p { color: rgb(198,177,163); }
H1.HeaderClassName
{
color: #C6B1A3;
}
.AnyTagClassName
{
color: #C6B1A3;
}
</style>
background-color css
<style>
a { background-color: #C6B1A3; }
a { background-color: rgb(198,177,163); }
div.DivClassName
{
background-color: #C6B1A3;
}
.BgClassName
{
background-color: #C6B1A3;
}
</style>
border-color css
<style>
span { border-color: #C6B1A3; }
span { border-color: rgb(198,177,163); }
td.TdClassName
{
border-color: #C6B1A3;
}
.TagClassName
{
border-color: #C6B1A3;
}
</style>