Shades of Sisal #CBC19D
Tints of Sisal #CBC19D
RGB
CMYK
RGB Variations
Color information
#CBC19D (or 0xCBC19D) is known color: Sisal. HEX triplet: CB, C1 and 9D. RGB value is (203,193,157). Sum of RGB (Red+Green+Blue) = 203+193+157=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 157 (61.72% from 255 or 28.39% from 553); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC19D is #343E62. Grayscale: #C0C0C0. Windows color (decimal): -3423843 or 10338763. OLE color: 10338763.
HSL color Cylindrical-coordinate representation of color #CBC19D: hue angle of 46.96º 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 #CBC19D is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 157 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.20 |
| HSL | 46.96º | 0.31% | 0.71% | - |
| HSV(B) | 46.96º | 0.23% | 0.8% | - |
| XYZ | 49.78 | 53.27 | 39.56 | - |
| YUV | 191.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 157 | 0 | 0.05 | 0.23 | 0.20 | 46.96 | 0.31 | 0.71 |
| Hex | CB | C1 | 9D | 0 | 5 | 17 | 14 | 2F | 1F | 47 |
| Octal | 313 | 301 | 235 | 0 | 5 | 27 | 24 | 57 | 37 | 107 |
| Binary | 11001011 | 11000001 | 10011101 | 0 | 101 | 10111 | 10100 | 101111 | 11111 | 1000111 |
Color Harmonies of #CBC19D
Complementary color
Monochromatic Colors of #CBC19D
Black with #CBC19D
Text Example
Text Example
White with #CBC19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC19D; }
p { color: rgb(203,193,157); }
H1.HeaderClassName
{
color: #CBC19D;
}
.AnyTagClassName
{
color: #CBC19D;
}
</style>
background-color css
<style>
a { background-color: #CBC19D; }
a { background-color: rgb(203,193,157); }
div.DivClassName
{
background-color: #CBC19D;
}
.BgClassName
{
background-color: #CBC19D;
}
</style>
border-color css
<style>
span { border-color: #CBC19D; }
span { border-color: rgb(203,193,157); }
td.TdClassName
{
border-color: #CBC19D;
}
.TagClassName
{
border-color: #CBC19D;
}
</style>