Shades of Barberry #CFBC2C
Tints of Barberry #CFBC2C
RGB
CMYK
RGB Variations
Color information
#CFBC2C (or 0xCFBC2C) is known color: Barberry. HEX triplet: CF, BC and 2C. RGB value is (207,188,44). Sum of RGB (Red+Green+Blue) = 207+188+44=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 44 (17.58% from 255 or 10.02% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC2C is #3043D3. Grayscale: #B1B1B1. Windows color (decimal): -3163092 or 2931919. OLE color: 2931919.
HSL color Cylindrical-coordinate representation of color #CFBC2C: hue angle of 53.01º 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 #CFBC2C is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 44 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.19 |
| HSL | 53.01º | 0.65% | 0.49% | - |
| HSV(B) | 53.01º | 0.79% | 0.81% | - |
| XYZ | 44.17 | 49.41 | 9.59 | - |
| YUV | 177.27 | 52.79 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 44 | 0 | 0.09 | 0.79 | 0.19 | 53.01 | 0.65 | 0.49 |
| Hex | CF | BC | 2C | 0 | 9 | 4F | 13 | 35 | 41 | 31 |
| Octal | 317 | 274 | 54 | 0 | 11 | 117 | 23 | 65 | 101 | 61 |
| Binary | 11001111 | 10111100 | 101100 | 0 | 1001 | 1001111 | 10011 | 110101 | 1000001 | 110001 |
Color Harmonies of #CFBC2C
Complementary color
Monochromatic Colors of #CFBC2C
Black with #CFBC2C
Text Example
Text Example
White with #CFBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC2C; }
p { color: rgb(207,188,44); }
H1.HeaderClassName
{
color: #CFBC2C;
}
.AnyTagClassName
{
color: #CFBC2C;
}
</style>
background-color css
<style>
a { background-color: #CFBC2C; }
a { background-color: rgb(207,188,44); }
div.DivClassName
{
background-color: #CFBC2C;
}
.BgClassName
{
background-color: #CFBC2C;
}
</style>
border-color css
<style>
span { border-color: #CFBC2C; }
span { border-color: rgb(207,188,44); }
td.TdClassName
{
border-color: #CFBC2C;
}
.TagClassName
{
border-color: #CFBC2C;
}
</style>