Shades of Sisal #CFBF93
Tints of Sisal #CFBF93
RGB
CMYK
RGB Variations
Color information
#CFBF93 (or 0xCFBF93) is known color: Sisal. HEX triplet: CF, BF and 93. RGB value is (207,191,147). Sum of RGB (Red+Green+Blue) = 207+191+147=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBF93 is #30406C. Grayscale: #BEBEBE. Windows color (decimal): -3162221 or 9682895. OLE color: 9682895.
HSL color Cylindrical-coordinate representation of color #CFBF93: hue angle of 44º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFBF93 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 147 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.19 |
| HSL | 44º | 0.38% | 0.69% | - |
| HSV(B) | 44º | 0.29% | 0.81% | - |
| XYZ | 49.63 | 52.63 | 35.15 | - |
| YUV | 190.77 | 103.3 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 147 | 0 | 0.08 | 0.29 | 0.19 | 44 | 0.38 | 0.69 |
| Hex | CF | BF | 93 | 0 | 8 | 1D | 13 | 2C | 26 | 45 |
| Octal | 317 | 277 | 223 | 0 | 10 | 35 | 23 | 54 | 46 | 105 |
| Binary | 11001111 | 10111111 | 10010011 | 0 | 1000 | 11101 | 10011 | 101100 | 100110 | 1000101 |
Color Harmonies of #CFBF93
Complementary color
Monochromatic Colors of #CFBF93
Black with #CFBF93
Text Example
Text Example
White with #CFBF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF93; }
p { color: rgb(207,191,147); }
H1.HeaderClassName
{
color: #CFBF93;
}
.AnyTagClassName
{
color: #CFBF93;
}
</style>
background-color css
<style>
a { background-color: #CFBF93; }
a { background-color: rgb(207,191,147); }
div.DivClassName
{
background-color: #CFBF93;
}
.BgClassName
{
background-color: #CFBF93;
}
</style>
border-color css
<style>
span { border-color: #CFBF93; }
span { border-color: rgb(207,191,147); }
td.TdClassName
{
border-color: #CFBF93;
}
.TagClassName
{
border-color: #CFBF93;
}
</style>