Shades of Sisal #CBC29D
Tints of Sisal #CBC29D
RGB
CMYK
RGB Variations
Color information
#CBC29D (or 0xCBC29D) is known color: Sisal. HEX triplet: CB, C2 and 9D. RGB value is (203,194,157). Sum of RGB (Red+Green+Blue) = 203+194+157=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC29D is #343D62. Grayscale: #C0C0C0. Windows color (decimal): -3423587 or 10339019. OLE color: 10339019.
HSL color Cylindrical-coordinate representation of color #CBC29D: hue angle of 48.26º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBC29D is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 194 | 157 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.20 |
| HSL | 48.26º | 0.31% | 0.71% | - |
| HSV(B) | 48.26º | 0.23% | 0.8% | - |
| XYZ | 50.01 | 53.71 | 39.63 | - |
| YUV | 192.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 157 | 0 | 0.04 | 0.23 | 0.20 | 48.26 | 0.31 | 0.71 |
| Hex | CB | C2 | 9D | 0 | 4 | 17 | 14 | 30 | 1F | 47 |
| Octal | 313 | 302 | 235 | 0 | 4 | 27 | 24 | 60 | 37 | 107 |
| Binary | 11001011 | 11000010 | 10011101 | 0 | 100 | 10111 | 10100 | 110000 | 11111 | 1000111 |
Color Harmonies of #CBC29D
Complementary color
Monochromatic Colors of #CBC29D
Black with #CBC29D
Text Example
Text Example
White with #CBC29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC29D; }
p { color: rgb(203,194,157); }
H1.HeaderClassName
{
color: #CBC29D;
}
.AnyTagClassName
{
color: #CBC29D;
}
</style>
background-color css
<style>
a { background-color: #CBC29D; }
a { background-color: rgb(203,194,157); }
div.DivClassName
{
background-color: #CBC29D;
}
.BgClassName
{
background-color: #CBC29D;
}
</style>
border-color css
<style>
span { border-color: #CBC29D; }
span { border-color: rgb(203,194,157); }
td.TdClassName
{
border-color: #CBC29D;
}
.TagClassName
{
border-color: #CBC29D;
}
</style>