Shades of Silk #C4B09D
Tints of Silk #C4B09D
RGB
CMYK
RGB Variations
Color information
#C4B09D (or 0xC4B09D) is known color: Silk. HEX triplet: C4, B0 and 9D. RGB value is (196,176,157). Sum of RGB (Red+Green+Blue) = 196+176+157=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B09D is #3B4F62. Grayscale: #B3B3B3. Windows color (decimal): -3886947 or 10334404. OLE color: 10334404.
HSL color Cylindrical-coordinate representation of color #C4B09D: hue angle of 29.23º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4B09D is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 157 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.23 |
| HSL | 29.23º | 0.25% | 0.69% | - |
| HSV(B) | 29.23º | 0.2% | 0.77% | - |
| XYZ | 44.38 | 45.22 | 38.29 | - |
| YUV | 179.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 157 | 0 | 0.10 | 0.20 | 0.23 | 29.23 | 0.25 | 0.69 |
| Hex | C4 | B0 | 9D | 0 | A | 14 | 17 | 1D | 19 | 45 |
| Octal | 304 | 260 | 235 | 0 | 12 | 24 | 27 | 35 | 31 | 105 |
| Binary | 11000100 | 10110000 | 10011101 | 0 | 1010 | 10100 | 10111 | 11101 | 11001 | 1000101 |
Color Harmonies of #C4B09D
Complementary color
Monochromatic Colors of #C4B09D
Black with #C4B09D
Text Example
Text Example
White with #C4B09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B09D; }
p { color: rgb(196,176,157); }
H1.HeaderClassName
{
color: #C4B09D;
}
.AnyTagClassName
{
color: #C4B09D;
}
</style>
background-color css
<style>
a { background-color: #C4B09D; }
a { background-color: rgb(196,176,157); }
div.DivClassName
{
background-color: #C4B09D;
}
.BgClassName
{
background-color: #C4B09D;
}
</style>
border-color css
<style>
span { border-color: #C4B09D; }
span { border-color: rgb(196,176,157); }
td.TdClassName
{
border-color: #C4B09D;
}
.TagClassName
{
border-color: #C4B09D;
}
</style>