Shades of Barberry #CFCC2E
Tints of Barberry #CFCC2E
RGB
CMYK
RGB Variations
Color information
#CFCC2E (or 0xCFCC2E) is known color: Barberry. HEX triplet: CF, CC and 2E. RGB value is (207,204,46). Sum of RGB (Red+Green+Blue) = 207+204+46=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 46 (18.36% from 255 or 10.07% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC2E is #3033D1. Grayscale: #BBBBBB. Windows color (decimal): -3158994 or 3067087. OLE color: 3067087.
HSL color Cylindrical-coordinate representation of color #CFCC2E: hue angle of 58.88º 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 #CFCC2E is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 46 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.19 |
| HSL | 58.88º | 0.64% | 0.5% | - |
| HSV(B) | 58.88º | 0.78% | 0.81% | - |
| XYZ | 47.82 | 56.65 | 11 | - |
| YUV | 186.89 | 48.49 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 46 | 0 | 0.01 | 0.78 | 0.19 | 58.88 | 0.64 | 0.5 |
| Hex | CF | CC | 2E | 0 | 1 | 4E | 13 | 3B | 40 | 32 |
| Octal | 317 | 314 | 56 | 0 | 1 | 116 | 23 | 73 | 100 | 62 |
| Binary | 11001111 | 11001100 | 101110 | 0 | 1 | 1001110 | 10011 | 111011 | 1000000 | 110010 |
Color Harmonies of #CFCC2E
Complementary color
Monochromatic Colors of #CFCC2E
Black with #CFCC2E
Text Example
Text Example
White with #CFCC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC2E; }
p { color: rgb(207,204,46); }
H1.HeaderClassName
{
color: #CFCC2E;
}
.AnyTagClassName
{
color: #CFCC2E;
}
</style>
background-color css
<style>
a { background-color: #CFCC2E; }
a { background-color: rgb(207,204,46); }
div.DivClassName
{
background-color: #CFCC2E;
}
.BgClassName
{
background-color: #CFCC2E;
}
</style>
border-color css
<style>
span { border-color: #CFCC2E; }
span { border-color: rgb(207,204,46); }
td.TdClassName
{
border-color: #CFCC2E;
}
.TagClassName
{
border-color: #CFCC2E;
}
</style>