Shades of Silk #C2B09D
Tints of Silk #C2B09D
RGB
CMYK
RGB Variations
Color information
#C2B09D (or 0xC2B09D) is known color: Silk. HEX triplet: C2, B0 and 9D. RGB value is (194,176,157). Sum of RGB (Red+Green+Blue) = 194+176+157=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B09D is #3D4F62. Grayscale: #B3B3B3. Windows color (decimal): -4018019 or 10334402. OLE color: 10334402.
HSL color Cylindrical-coordinate representation of color #C2B09D: hue angle of 30.81º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2B09D is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 157 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.24 |
| HSL | 30.81º | 0.23% | 0.69% | - |
| HSV(B) | 30.81º | 0.19% | 0.76% | - |
| XYZ | 43.86 | 44.95 | 38.26 | - |
| YUV | 179.22 | 115.46 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 157 | 0 | 0.09 | 0.19 | 0.24 | 30.81 | 0.23 | 0.69 |
| Hex | C2 | B0 | 9D | 0 | 9 | 13 | 18 | 1F | 17 | 45 |
| Octal | 302 | 260 | 235 | 0 | 11 | 23 | 30 | 37 | 27 | 105 |
| Binary | 11000010 | 10110000 | 10011101 | 0 | 1001 | 10011 | 11000 | 11111 | 10111 | 1000101 |
Color Harmonies of #C2B09D
Complementary color
Monochromatic Colors of #C2B09D
Black with #C2B09D
Text Example
Text Example
White with #C2B09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B09D; }
p { color: rgb(194,176,157); }
H1.HeaderClassName
{
color: #C2B09D;
}
.AnyTagClassName
{
color: #C2B09D;
}
</style>
background-color css
<style>
a { background-color: #C2B09D; }
a { background-color: rgb(194,176,157); }
div.DivClassName
{
background-color: #C2B09D;
}
.BgClassName
{
background-color: #C2B09D;
}
</style>
border-color css
<style>
span { border-color: #C2B09D; }
span { border-color: rgb(194,176,157); }
td.TdClassName
{
border-color: #C2B09D;
}
.TagClassName
{
border-color: #C2B09D;
}
</style>