Shades of Sisal #CCBE9D
Tints of Sisal #CCBE9D
RGB
CMYK
RGB Variations
Color information
#CCBE9D (or 0xCCBE9D) is known color: Sisal. HEX triplet: CC, BE and 9D. RGB value is (204,190,157). Sum of RGB (Red+Green+Blue) = 204+190+157=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE9D is #334162. Grayscale: #BEBEBE. Windows color (decimal): -3359075 or 10337996. OLE color: 10337996.
HSL color Cylindrical-coordinate representation of color #CCBE9D: hue angle of 42.13º degrees, saturation: 0.32, 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 #CCBE9D is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 157 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.2 |
| HSL | 42.13º | 0.32% | 0.71% | - |
| HSV(B) | 42.13º | 0.23% | 0.8% | - |
| XYZ | 49.4 | 52.1 | 39.35 | - |
| YUV | 190.42 | 109.14 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 157 | 0 | 0.07 | 0.23 | 0.2 | 42.13 | 0.32 | 0.71 |
| Hex | CC | BE | 9D | 0 | 7 | 17 | 14 | 2A | 20 | 47 |
| Octal | 314 | 276 | 235 | 0 | 7 | 27 | 24 | 52 | 40 | 107 |
| Binary | 11001100 | 10111110 | 10011101 | 0 | 111 | 10111 | 10100 | 101010 | 100000 | 1000111 |
Color Harmonies of #CCBE9D
Complementary color
Monochromatic Colors of #CCBE9D
Black with #CCBE9D
Text Example
Text Example
White with #CCBE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE9D; }
p { color: rgb(204,190,157); }
H1.HeaderClassName
{
color: #CCBE9D;
}
.AnyTagClassName
{
color: #CCBE9D;
}
</style>
background-color css
<style>
a { background-color: #CCBE9D; }
a { background-color: rgb(204,190,157); }
div.DivClassName
{
background-color: #CCBE9D;
}
.BgClassName
{
background-color: #CCBE9D;
}
</style>
border-color css
<style>
span { border-color: #CCBE9D; }
span { border-color: rgb(204,190,157); }
td.TdClassName
{
border-color: #CCBE9D;
}
.TagClassName
{
border-color: #CCBE9D;
}
</style>