Shades of Sisal #CCBC96
Tints of Sisal #CCBC96
RGB
CMYK
RGB Variations
Color information
#CCBC96 (or 0xCCBC96) is known color: Sisal. HEX triplet: CC, BC and 96. RGB value is (204,188,150). Sum of RGB (Red+Green+Blue) = 204+188+150=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBC96 is #334369. Grayscale: #BCBCBC. Windows color (decimal): -3359594 or 9878732. OLE color: 9878732.
HSL color Cylindrical-coordinate representation of color #CCBC96: hue angle of 42.22º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCBC96 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 150 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.2 |
| HSL | 42.22º | 0.35% | 0.69% | - |
| HSV(B) | 42.22º | 0.26% | 0.8% | - |
| XYZ | 48.39 | 51.01 | 36.15 | - |
| YUV | 188.45 | 106.3 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 150 | 0 | 0.08 | 0.26 | 0.2 | 42.22 | 0.35 | 0.69 |
| Hex | CC | BC | 96 | 0 | 8 | 1A | 14 | 2A | 23 | 45 |
| Octal | 314 | 274 | 226 | 0 | 10 | 32 | 24 | 52 | 43 | 105 |
| Binary | 11001100 | 10111100 | 10010110 | 0 | 1000 | 11010 | 10100 | 101010 | 100011 | 1000101 |
Color Harmonies of #CCBC96
Complementary color
Monochromatic Colors of #CCBC96
Black with #CCBC96
Text Example
Text Example
White with #CCBC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC96; }
p { color: rgb(204,188,150); }
H1.HeaderClassName
{
color: #CCBC96;
}
.AnyTagClassName
{
color: #CCBC96;
}
</style>
background-color css
<style>
a { background-color: #CCBC96; }
a { background-color: rgb(204,188,150); }
div.DivClassName
{
background-color: #CCBC96;
}
.BgClassName
{
background-color: #CCBC96;
}
</style>
border-color css
<style>
span { border-color: #CCBC96; }
span { border-color: rgb(204,188,150); }
td.TdClassName
{
border-color: #CCBC96;
}
.TagClassName
{
border-color: #CCBC96;
}
</style>