Shades of Sisal #CCBD9D
Tints of Sisal #CCBD9D
RGB
CMYK
RGB Variations
Color information
#CCBD9D (or 0xCCBD9D) is known color: Sisal. HEX triplet: CC, BD and 9D. RGB value is (204,189,157). Sum of RGB (Red+Green+Blue) = 204+189+157=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBD9D is #334262. Grayscale: #BDBDBD. Windows color (decimal): -3359331 or 10337740. OLE color: 10337740.
HSL color Cylindrical-coordinate representation of color #CCBD9D: hue angle of 40.85º 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 #CCBD9D is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 157 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.2 |
| HSL | 40.85º | 0.32% | 0.71% | - |
| HSV(B) | 40.85º | 0.23% | 0.8% | - |
| XYZ | 49.19 | 51.67 | 39.28 | - |
| YUV | 189.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 157 | 0 | 0.07 | 0.23 | 0.2 | 40.85 | 0.32 | 0.71 |
| Hex | CC | BD | 9D | 0 | 7 | 17 | 14 | 29 | 20 | 47 |
| Octal | 314 | 275 | 235 | 0 | 7 | 27 | 24 | 51 | 40 | 107 |
| Binary | 11001100 | 10111101 | 10011101 | 0 | 111 | 10111 | 10100 | 101001 | 100000 | 1000111 |
Color Harmonies of #CCBD9D
Complementary color
Monochromatic Colors of #CCBD9D
Black with #CCBD9D
Text Example
Text Example
White with #CCBD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBD9D; }
p { color: rgb(204,189,157); }
H1.HeaderClassName
{
color: #CCBD9D;
}
.AnyTagClassName
{
color: #CCBD9D;
}
</style>
background-color css
<style>
a { background-color: #CCBD9D; }
a { background-color: rgb(204,189,157); }
div.DivClassName
{
background-color: #CCBD9D;
}
.BgClassName
{
background-color: #CCBD9D;
}
</style>
border-color css
<style>
span { border-color: #CCBD9D; }
span { border-color: rgb(204,189,157); }
td.TdClassName
{
border-color: #CCBD9D;
}
.TagClassName
{
border-color: #CCBD9D;
}
</style>