Shades of Sisal #CBC094
Tints of Sisal #CBC094
RGB
CMYK
RGB Variations
Color information
#CBC094 (or 0xCBC094) is known color: Sisal. HEX triplet: CB, C0 and 94. RGB value is (203,192,148). Sum of RGB (Red+Green+Blue) = 203+192+148=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC094 is #343F6B. Grayscale: #BEBEBE. Windows color (decimal): -3424108 or 9748683. OLE color: 9748683.
HSL color Cylindrical-coordinate representation of color #CBC094: hue angle of 48º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBC094 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 148 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.20 |
| HSL | 48º | 0.35% | 0.69% | - |
| HSV(B) | 48º | 0.27% | 0.8% | - |
| XYZ | 48.82 | 52.53 | 35.58 | - |
| YUV | 190.27 | 104.14 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 148 | 0 | 0.05 | 0.27 | 0.20 | 48 | 0.35 | 0.69 |
| Hex | CB | C0 | 94 | 0 | 5 | 1B | 14 | 30 | 23 | 45 |
| Octal | 313 | 300 | 224 | 0 | 5 | 33 | 24 | 60 | 43 | 105 |
| Binary | 11001011 | 11000000 | 10010100 | 0 | 101 | 11011 | 10100 | 110000 | 100011 | 1000101 |
Color Harmonies of #CBC094
Complementary color
Monochromatic Colors of #CBC094
Black with #CBC094
Text Example
Text Example
White with #CBC094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC094; }
p { color: rgb(203,192,148); }
H1.HeaderClassName
{
color: #CBC094;
}
.AnyTagClassName
{
color: #CBC094;
}
</style>
background-color css
<style>
a { background-color: #CBC094; }
a { background-color: rgb(203,192,148); }
div.DivClassName
{
background-color: #CBC094;
}
.BgClassName
{
background-color: #CBC094;
}
</style>
border-color css
<style>
span { border-color: #CBC094; }
span { border-color: rgb(203,192,148); }
td.TdClassName
{
border-color: #CBC094;
}
.TagClassName
{
border-color: #CBC094;
}
</style>