Shades of Sisal #CCBC9D
Tints of Sisal #CCBC9D
RGB
CMYK
RGB Variations
Color information
#CCBC9D (or 0xCCBC9D) is known color: Sisal. HEX triplet: CC, BC and 9D. RGB value is (204,188,157). Sum of RGB (Red+Green+Blue) = 204+188+157=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBC9D is #334362. Grayscale: #BDBDBD. Windows color (decimal): -3359587 or 10337484. OLE color: 10337484.
HSL color Cylindrical-coordinate representation of color #CCBC9D: hue angle of 39.57º 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 #CCBC9D is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 157 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.2 |
| HSL | 39.57º | 0.32% | 0.71% | - |
| HSV(B) | 39.57º | 0.23% | 0.8% | - |
| XYZ | 48.97 | 51.24 | 39.21 | - |
| YUV | 189.25 | 109.8 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 157 | 0 | 0.08 | 0.23 | 0.2 | 39.57 | 0.32 | 0.71 |
| Hex | CC | BC | 9D | 0 | 8 | 17 | 14 | 28 | 20 | 47 |
| Octal | 314 | 274 | 235 | 0 | 10 | 27 | 24 | 50 | 40 | 107 |
| Binary | 11001100 | 10111100 | 10011101 | 0 | 1000 | 10111 | 10100 | 101000 | 100000 | 1000111 |
Color Harmonies of #CCBC9D
Complementary color
Monochromatic Colors of #CCBC9D
Black with #CCBC9D
Text Example
Text Example
White with #CCBC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC9D; }
p { color: rgb(204,188,157); }
H1.HeaderClassName
{
color: #CCBC9D;
}
.AnyTagClassName
{
color: #CCBC9D;
}
</style>
background-color css
<style>
a { background-color: #CCBC9D; }
a { background-color: rgb(204,188,157); }
div.DivClassName
{
background-color: #CCBC9D;
}
.BgClassName
{
background-color: #CCBC9D;
}
</style>
border-color css
<style>
span { border-color: #CCBC9D; }
span { border-color: rgb(204,188,157); }
td.TdClassName
{
border-color: #CCBC9D;
}
.TagClassName
{
border-color: #CCBC9D;
}
</style>