Shades of Sisal #CCBC97
Tints of Sisal #CCBC97
RGB
CMYK
RGB Variations
Color information
#CCBC97 (or 0xCCBC97) is known color: Sisal. HEX triplet: CC, BC and 97. RGB value is (204,188,151). Sum of RGB (Red+Green+Blue) = 204+188+151=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 151 (59.38% from 255 or 27.81% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBC97 is #334368. Grayscale: #BCBCBC. Windows color (decimal): -3359593 or 9944268. OLE color: 9944268.
HSL color Cylindrical-coordinate representation of color #CCBC97: hue angle of 41.89º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCBC97 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 151 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.2 |
| HSL | 41.89º | 0.34% | 0.7% | - |
| HSV(B) | 41.89º | 0.26% | 0.8% | - |
| XYZ | 48.47 | 51.04 | 36.57 | - |
| YUV | 188.57 | 106.8 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 151 | 0 | 0.08 | 0.26 | 0.2 | 41.89 | 0.34 | 0.7 |
| Hex | CC | BC | 97 | 0 | 8 | 1A | 14 | 2A | 22 | 46 |
| Octal | 314 | 274 | 227 | 0 | 10 | 32 | 24 | 52 | 42 | 106 |
| Binary | 11001100 | 10111100 | 10010111 | 0 | 1000 | 11010 | 10100 | 101010 | 100010 | 1000110 |
Color Harmonies of #CCBC97
Complementary color
Monochromatic Colors of #CCBC97
Black with #CCBC97
Text Example
Text Example
White with #CCBC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC97; }
p { color: rgb(204,188,151); }
H1.HeaderClassName
{
color: #CCBC97;
}
.AnyTagClassName
{
color: #CCBC97;
}
</style>
background-color css
<style>
a { background-color: #CCBC97; }
a { background-color: rgb(204,188,151); }
div.DivClassName
{
background-color: #CCBC97;
}
.BgClassName
{
background-color: #CCBC97;
}
</style>
border-color css
<style>
span { border-color: #CCBC97; }
span { border-color: rgb(204,188,151); }
td.TdClassName
{
border-color: #CCBC97;
}
.TagClassName
{
border-color: #CCBC97;
}
</style>