Shades of Sisal #CBC098
Tints of Sisal #CBC098
RGB
CMYK
RGB Variations
Color information
#CBC098 (or 0xCBC098) is known color: Sisal. HEX triplet: CB, C0 and 98. RGB value is (203,192,152). Sum of RGB (Red+Green+Blue) = 203+192+152=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 152 (59.77% from 255 or 27.79% from 547); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC098 is #343F67. Grayscale: #BEBEBE. Windows color (decimal): -3424104 or 10010827. OLE color: 10010827.
HSL color Cylindrical-coordinate representation of color #CBC098: hue angle of 47.06º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBC098 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 152 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.20 |
| HSL | 47.06º | 0.33% | 0.7% | - |
| HSV(B) | 47.06º | 0.25% | 0.8% | - |
| XYZ | 49.15 | 52.66 | 37.28 | - |
| YUV | 190.73 | 106.14 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 152 | 0 | 0.05 | 0.25 | 0.20 | 47.06 | 0.33 | 0.7 |
| Hex | CB | C0 | 98 | 0 | 5 | 19 | 14 | 2F | 21 | 46 |
| Octal | 313 | 300 | 230 | 0 | 5 | 31 | 24 | 57 | 41 | 106 |
| Binary | 11001011 | 11000000 | 10011000 | 0 | 101 | 11001 | 10100 | 101111 | 100001 | 1000110 |
Color Harmonies of #CBC098
Complementary color
Monochromatic Colors of #CBC098
Black with #CBC098
Text Example
Text Example
White with #CBC098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC098; }
p { color: rgb(203,192,152); }
H1.HeaderClassName
{
color: #CBC098;
}
.AnyTagClassName
{
color: #CBC098;
}
</style>
background-color css
<style>
a { background-color: #CBC098; }
a { background-color: rgb(203,192,152); }
div.DivClassName
{
background-color: #CBC098;
}
.BgClassName
{
background-color: #CBC098;
}
</style>
border-color css
<style>
span { border-color: #CBC098; }
span { border-color: rgb(203,192,152); }
td.TdClassName
{
border-color: #CBC098;
}
.TagClassName
{
border-color: #CBC098;
}
</style>