Shades of Barberry #CFCB2E
Tints of Barberry #CFCB2E
RGB
CMYK
RGB Variations
Color information
#CFCB2E (or 0xCFCB2E) is known color: Barberry. HEX triplet: CF, CB and 2E. RGB value is (207,203,46). Sum of RGB (Red+Green+Blue) = 207+203+46=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 46 (18.36% from 255 or 10.09% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCB2E is #3034D1. Grayscale: #BABABA. Windows color (decimal): -3159250 or 3066831. OLE color: 3066831.
HSL color Cylindrical-coordinate representation of color #CFCB2E: hue angle of 58.51º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFCB2E is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 46 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.19 |
| HSL | 58.51º | 0.64% | 0.5% | - |
| HSV(B) | 58.51º | 0.78% | 0.81% | - |
| XYZ | 47.58 | 56.17 | 10.92 | - |
| YUV | 186.3 | 48.83 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 46 | 0 | 0.02 | 0.78 | 0.19 | 58.51 | 0.64 | 0.5 |
| Hex | CF | CB | 2E | 0 | 2 | 4E | 13 | 3B | 40 | 32 |
| Octal | 317 | 313 | 56 | 0 | 2 | 116 | 23 | 73 | 100 | 62 |
| Binary | 11001111 | 11001011 | 101110 | 0 | 10 | 1001110 | 10011 | 111011 | 1000000 | 110010 |
Color Harmonies of #CFCB2E
Complementary color
Monochromatic Colors of #CFCB2E
Black with #CFCB2E
Text Example
Text Example
White with #CFCB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB2E; }
p { color: rgb(207,203,46); }
H1.HeaderClassName
{
color: #CFCB2E;
}
.AnyTagClassName
{
color: #CFCB2E;
}
</style>
background-color css
<style>
a { background-color: #CFCB2E; }
a { background-color: rgb(207,203,46); }
div.DivClassName
{
background-color: #CFCB2E;
}
.BgClassName
{
background-color: #CFCB2E;
}
</style>
border-color css
<style>
span { border-color: #CFCB2E; }
span { border-color: rgb(207,203,46); }
td.TdClassName
{
border-color: #CFCB2E;
}
.TagClassName
{
border-color: #CFCB2E;
}
</style>