Shades of Barberry #CFBF2C
Tints of Barberry #CFBF2C
RGB
CMYK
RGB Variations
Color information
#CFBF2C (or 0xCFBF2C) is known color: Barberry. HEX triplet: CF, BF and 2C. RGB value is (207,191,44). Sum of RGB (Red+Green+Blue) = 207+191+44=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 44 (17.58% from 255 or 9.95% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBF2C is #3040D3. Grayscale: #B3B3B3. Windows color (decimal): -3162324 or 2932687. OLE color: 2932687.
HSL color Cylindrical-coordinate representation of color #CFBF2C: hue angle of 54.11º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFBF2C is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 44 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.19 |
| HSL | 54.11º | 0.65% | 0.49% | - |
| HSV(B) | 54.11º | 0.79% | 0.81% | - |
| XYZ | 44.82 | 50.71 | 9.81 | - |
| YUV | 179.03 | 51.8 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 44 | 0 | 0.08 | 0.79 | 0.19 | 54.11 | 0.65 | 0.49 |
| Hex | CF | BF | 2C | 0 | 8 | 4F | 13 | 36 | 41 | 31 |
| Octal | 317 | 277 | 54 | 0 | 10 | 117 | 23 | 66 | 101 | 61 |
| Binary | 11001111 | 10111111 | 101100 | 0 | 1000 | 1001111 | 10011 | 110110 | 1000001 | 110001 |
Color Harmonies of #CFBF2C
Complementary color
Monochromatic Colors of #CFBF2C
Black with #CFBF2C
Text Example
Text Example
White with #CFBF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF2C; }
p { color: rgb(207,191,44); }
H1.HeaderClassName
{
color: #CFBF2C;
}
.AnyTagClassName
{
color: #CFBF2C;
}
</style>
background-color css
<style>
a { background-color: #CFBF2C; }
a { background-color: rgb(207,191,44); }
div.DivClassName
{
background-color: #CFBF2C;
}
.BgClassName
{
background-color: #CFBF2C;
}
</style>
border-color css
<style>
span { border-color: #CFBF2C; }
span { border-color: rgb(207,191,44); }
td.TdClassName
{
border-color: #CFBF2C;
}
.TagClassName
{
border-color: #CFBF2C;
}
</style>