Shades of Sisal #CCBC98
Tints of Sisal #CCBC98
RGB
CMYK
RGB Variations
Color information
#CCBC98 (or 0xCCBC98) is known color: Sisal. HEX triplet: CC, BC and 98. RGB value is (204,188,152). Sum of RGB (Red+Green+Blue) = 204+188+152=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBC98 is #334367. Grayscale: #BCBCBC. Windows color (decimal): -3359592 or 10009804. OLE color: 10009804.
HSL color Cylindrical-coordinate representation of color #CCBC98: hue angle of 41.54º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCBC98 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 152 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.2 |
| HSL | 41.54º | 0.34% | 0.7% | - |
| HSV(B) | 41.54º | 0.25% | 0.8% | - |
| XYZ | 48.55 | 51.07 | 37 | - |
| YUV | 188.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 152 | 0 | 0.08 | 0.25 | 0.2 | 41.54 | 0.34 | 0.7 |
| Hex | CC | BC | 98 | 0 | 8 | 19 | 14 | 2A | 22 | 46 |
| Octal | 314 | 274 | 230 | 0 | 10 | 31 | 24 | 52 | 42 | 106 |
| Binary | 11001100 | 10111100 | 10011000 | 0 | 1000 | 11001 | 10100 | 101010 | 100010 | 1000110 |
Color Harmonies of #CCBC98
Complementary color
Monochromatic Colors of #CCBC98
Black with #CCBC98
Text Example
Text Example
White with #CCBC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC98; }
p { color: rgb(204,188,152); }
H1.HeaderClassName
{
color: #CCBC98;
}
.AnyTagClassName
{
color: #CCBC98;
}
</style>
background-color css
<style>
a { background-color: #CCBC98; }
a { background-color: rgb(204,188,152); }
div.DivClassName
{
background-color: #CCBC98;
}
.BgClassName
{
background-color: #CCBC98;
}
</style>
border-color css
<style>
span { border-color: #CCBC98; }
span { border-color: rgb(204,188,152); }
td.TdClassName
{
border-color: #CCBC98;
}
.TagClassName
{
border-color: #CCBC98;
}
</style>