Shades of Sisal #CBC19C
Tints of Sisal #CBC19C
RGB
CMYK
RGB Variations
Color information
#CBC19C (or 0xCBC19C) is known color: Sisal. HEX triplet: CB, C1 and 9C. RGB value is (203,193,156). Sum of RGB (Red+Green+Blue) = 203+193+156=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC19C is #343E63. Grayscale: #BFBFBF. Windows color (decimal): -3423844 or 10273227. OLE color: 10273227.
HSL color Cylindrical-coordinate representation of color #CBC19C: hue angle of 47.23º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBC19C is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 156 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.20 |
| HSL | 47.23º | 0.31% | 0.7% | - |
| HSV(B) | 47.23º | 0.23% | 0.8% | - |
| XYZ | 49.7 | 53.24 | 39.11 | - |
| YUV | 191.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 156 | 0 | 0.05 | 0.23 | 0.20 | 47.23 | 0.31 | 0.7 |
| Hex | CB | C1 | 9C | 0 | 5 | 17 | 14 | 2F | 1F | 46 |
| Octal | 313 | 301 | 234 | 0 | 5 | 27 | 24 | 57 | 37 | 106 |
| Binary | 11001011 | 11000001 | 10011100 | 0 | 101 | 10111 | 10100 | 101111 | 11111 | 1000110 |
Color Harmonies of #CBC19C
Complementary color
Monochromatic Colors of #CBC19C
Black with #CBC19C
Text Example
Text Example
White with #CBC19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC19C; }
p { color: rgb(203,193,156); }
H1.HeaderClassName
{
color: #CBC19C;
}
.AnyTagClassName
{
color: #CBC19C;
}
</style>
background-color css
<style>
a { background-color: #CBC19C; }
a { background-color: rgb(203,193,156); }
div.DivClassName
{
background-color: #CBC19C;
}
.BgClassName
{
background-color: #CBC19C;
}
</style>
border-color css
<style>
span { border-color: #CBC19C; }
span { border-color: rgb(203,193,156); }
td.TdClassName
{
border-color: #CBC19C;
}
.TagClassName
{
border-color: #CBC19C;
}
</style>