Shades of Barberry #CFCB2A
Tints of Barberry #CFCB2A
RGB
CMYK
RGB Variations
Color information
#CFCB2A (or 0xCFCB2A) is known color: Barberry. HEX triplet: CF, CB and 2A. RGB value is (207,203,42). Sum of RGB (Red+Green+Blue) = 207+203+42=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 42 (16.80% from 255 or 9.29% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCB2A is #3034D5. Grayscale: #BABABA. Windows color (decimal): -3159254 or 2804687. OLE color: 2804687.
HSL color Cylindrical-coordinate representation of color #CFCB2A: hue angle of 58.55º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFCB2A is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 42 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.19 |
| HSL | 58.55º | 0.66% | 0.49% | - |
| HSV(B) | 58.55º | 0.8% | 0.81% | - |
| XYZ | 47.51 | 56.14 | 10.52 | - |
| YUV | 185.84 | 46.83 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 42 | 0 | 0.02 | 0.80 | 0.19 | 58.55 | 0.66 | 0.49 |
| Hex | CF | CB | 2A | 0 | 2 | 50 | 13 | 3B | 42 | 31 |
| Octal | 317 | 313 | 52 | 0 | 2 | 120 | 23 | 73 | 102 | 61 |
| Binary | 11001111 | 11001011 | 101010 | 0 | 10 | 1010000 | 10011 | 111011 | 1000010 | 110001 |
Color Harmonies of #CFCB2A
Complementary color
Monochromatic Colors of #CFCB2A
Black with #CFCB2A
Text Example
Text Example
White with #CFCB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB2A; }
p { color: rgb(207,203,42); }
H1.HeaderClassName
{
color: #CFCB2A;
}
.AnyTagClassName
{
color: #CFCB2A;
}
</style>
background-color css
<style>
a { background-color: #CFCB2A; }
a { background-color: rgb(207,203,42); }
div.DivClassName
{
background-color: #CFCB2A;
}
.BgClassName
{
background-color: #CFCB2A;
}
</style>
border-color css
<style>
span { border-color: #CFCB2A; }
span { border-color: rgb(207,203,42); }
td.TdClassName
{
border-color: #CFCB2A;
}
.TagClassName
{
border-color: #CFCB2A;
}
</style>