Shades of Sisal #C7BD94
Tints of Sisal #C7BD94
RGB
CMYK
RGB Variations
Color information
#C7BD94 (or 0xC7BD94) is known color: Sisal. HEX triplet: C7, BD and 94. RGB value is (199,189,148). Sum of RGB (Red+Green+Blue) = 199+189+148=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BD94 is #38426B. Grayscale: #BBBBBB. Windows color (decimal): -3687020 or 9747911. OLE color: 9747911.
HSL color Cylindrical-coordinate representation of color #C7BD94: hue angle of 48.24º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7BD94 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 189 | 148 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.22 |
| HSL | 48.24º | 0.31% | 0.68% | - |
| HSV(B) | 48.24º | 0.26% | 0.78% | - |
| XYZ | 47.1 | 50.68 | 35.32 | - |
| YUV | 187.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 189 | 148 | 0 | 0.05 | 0.26 | 0.22 | 48.24 | 0.31 | 0.68 |
| Hex | C7 | BD | 94 | 0 | 5 | 1A | 16 | 30 | 1F | 44 |
| Octal | 307 | 275 | 224 | 0 | 5 | 32 | 26 | 60 | 37 | 104 |
| Binary | 11000111 | 10111101 | 10010100 | 0 | 101 | 11010 | 10110 | 110000 | 11111 | 1000100 |
Color Harmonies of #C7BD94
Complementary color
Monochromatic Colors of #C7BD94
Black with #C7BD94
Text Example
Text Example
White with #C7BD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BD94; }
p { color: rgb(199,189,148); }
H1.HeaderClassName
{
color: #C7BD94;
}
.AnyTagClassName
{
color: #C7BD94;
}
</style>
background-color css
<style>
a { background-color: #C7BD94; }
a { background-color: rgb(199,189,148); }
div.DivClassName
{
background-color: #C7BD94;
}
.BgClassName
{
background-color: #C7BD94;
}
</style>
border-color css
<style>
span { border-color: #C7BD94; }
span { border-color: rgb(199,189,148); }
td.TdClassName
{
border-color: #C7BD94;
}
.TagClassName
{
border-color: #C7BD94;
}
</style>