Shades of Sisal #CCBF9A
Tints of Sisal #CCBF9A
RGB
CMYK
RGB Variations
Color information
#CCBF9A (or 0xCCBF9A) is known color: Sisal. HEX triplet: CC, BF and 9A. RGB value is (204,191,154). Sum of RGB (Red+Green+Blue) = 204+191+154=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 154 (60.55% from 255 or 28.05% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBF9A is #334065. Grayscale: #BEBEBE. Windows color (decimal): -3358822 or 10141644. OLE color: 10141644.
HSL color Cylindrical-coordinate representation of color #CCBF9A: hue angle of 44.4º degrees, saturation: 0.33, 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 #CCBF9A is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 191 | 154 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.2 |
| HSL | 44.4º | 0.33% | 0.7% | - |
| HSV(B) | 44.4º | 0.25% | 0.8% | - |
| XYZ | 49.37 | 52.43 | 38.09 | - |
| YUV | 190.67 | 107.31 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 154 | 0 | 0.06 | 0.25 | 0.2 | 44.4 | 0.33 | 0.7 |
| Hex | CC | BF | 9A | 0 | 6 | 19 | 14 | 2C | 21 | 46 |
| Octal | 314 | 277 | 232 | 0 | 6 | 31 | 24 | 54 | 41 | 106 |
| Binary | 11001100 | 10111111 | 10011010 | 0 | 110 | 11001 | 10100 | 101100 | 100001 | 1000110 |
Color Harmonies of #CCBF9A
Complementary color
Monochromatic Colors of #CCBF9A
Black with #CCBF9A
Text Example
Text Example
White with #CCBF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBF9A; }
p { color: rgb(204,191,154); }
H1.HeaderClassName
{
color: #CCBF9A;
}
.AnyTagClassName
{
color: #CCBF9A;
}
</style>
background-color css
<style>
a { background-color: #CCBF9A; }
a { background-color: rgb(204,191,154); }
div.DivClassName
{
background-color: #CCBF9A;
}
.BgClassName
{
background-color: #CCBF9A;
}
</style>
border-color css
<style>
span { border-color: #CCBF9A; }
span { border-color: rgb(204,191,154); }
td.TdClassName
{
border-color: #CCBF9A;
}
.TagClassName
{
border-color: #CCBF9A;
}
</style>