Shades of Sisal #C6BEA4
Tints of Sisal #C6BEA4
RGB
CMYK
RGB Variations
Color information
#C6BEA4 (or 0xC6BEA4) is known color: Sisal. HEX triplet: C6, BE and A4. RGB value is (198,190,164). Sum of RGB (Red+Green+Blue) = 198+190+164=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 164 (64.45% from 255 or 29.71% from 552); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BEA4 is #39415B. Grayscale: #BDBDBD. Windows color (decimal): -3752284 or 10796742. OLE color: 10796742.
HSL color Cylindrical-coordinate representation of color #C6BEA4: hue angle of 45.88º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6BEA4 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 190 | 164 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.22 |
| HSL | 45.88º | 0.23% | 0.71% | - |
| HSV(B) | 45.88º | 0.17% | 0.78% | - |
| XYZ | 48.4 | 51.51 | 42.51 | - |
| YUV | 189.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 164 | 0 | 0.04 | 0.17 | 0.22 | 45.88 | 0.23 | 0.71 |
| Hex | C6 | BE | A4 | 0 | 4 | 11 | 16 | 2E | 17 | 47 |
| Octal | 306 | 276 | 244 | 0 | 4 | 21 | 26 | 56 | 27 | 107 |
| Binary | 11000110 | 10111110 | 10100100 | 0 | 100 | 10001 | 10110 | 101110 | 10111 | 1000111 |
Color Harmonies of #C6BEA4
Complementary color
Monochromatic Colors of #C6BEA4
Black with #C6BEA4
Text Example
Text Example
White with #C6BEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BEA4; }
p { color: rgb(198,190,164); }
H1.HeaderClassName
{
color: #C6BEA4;
}
.AnyTagClassName
{
color: #C6BEA4;
}
</style>
background-color css
<style>
a { background-color: #C6BEA4; }
a { background-color: rgb(198,190,164); }
div.DivClassName
{
background-color: #C6BEA4;
}
.BgClassName
{
background-color: #C6BEA4;
}
</style>
border-color css
<style>
span { border-color: #C6BEA4; }
span { border-color: rgb(198,190,164); }
td.TdClassName
{
border-color: #C6BEA4;
}
.TagClassName
{
border-color: #C6BEA4;
}
</style>