Shades of Silk #C4B0A3
Tints of Silk #C4B0A3
RGB
CMYK
RGB Variations
Color information
#C4B0A3 (or 0xC4B0A3) is known color: Silk. HEX triplet: C4, B0 and A3. RGB value is (196,176,163). Sum of RGB (Red+Green+Blue) = 196+176+163=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 163 (64.06% from 255 or 30.47% from 535); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B0A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B0A3 is #3B4F5C. Grayscale: #B4B4B4. Windows color (decimal): -3886941 or 10727620. OLE color: 10727620.
HSL color Cylindrical-coordinate representation of color #C4B0A3: hue angle of 23.64º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4B0A3 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 163 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.23 |
| HSL | 23.64º | 0.22% | 0.7% | - |
| HSV(B) | 23.64º | 0.17% | 0.77% | - |
| XYZ | 44.9 | 45.43 | 41.05 | - |
| YUV | 180.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 163 | 0 | 0.10 | 0.17 | 0.23 | 23.64 | 0.22 | 0.7 |
| Hex | C4 | B0 | A3 | 0 | A | 11 | 17 | 18 | 16 | 46 |
| Octal | 304 | 260 | 243 | 0 | 12 | 21 | 27 | 30 | 26 | 106 |
| Binary | 11000100 | 10110000 | 10100011 | 0 | 1010 | 10001 | 10111 | 11000 | 10110 | 1000110 |
Color Harmonies of #C4B0A3
Complementary color
Monochromatic Colors of #C4B0A3
Black with #C4B0A3
Text Example
Text Example
White with #C4B0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B0A3; }
p { color: rgb(196,176,163); }
H1.HeaderClassName
{
color: #C4B0A3;
}
.AnyTagClassName
{
color: #C4B0A3;
}
</style>
background-color css
<style>
a { background-color: #C4B0A3; }
a { background-color: rgb(196,176,163); }
div.DivClassName
{
background-color: #C4B0A3;
}
.BgClassName
{
background-color: #C4B0A3;
}
</style>
border-color css
<style>
span { border-color: #C4B0A3; }
span { border-color: rgb(196,176,163); }
td.TdClassName
{
border-color: #C4B0A3;
}
.TagClassName
{
border-color: #C4B0A3;
}
</style>