Shades of Barberry #CFC12E
Tints of Barberry #CFC12E
RGB
CMYK
RGB Variations
Color information
#CFC12E (or 0xCFC12E) is known color: Barberry. HEX triplet: CF, C1 and 2E. RGB value is (207,193,46). Sum of RGB (Red+Green+Blue) = 207+193+46=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 46 (18.36% from 255 or 10.31% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC12E is #303ED1. Grayscale: #B5B5B5. Windows color (decimal): -3161810 or 3064271. OLE color: 3064271.
HSL color Cylindrical-coordinate representation of color #CFC12E: hue angle of 54.78º 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 #CFC12E is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 46 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.19 |
| HSL | 54.78º | 0.64% | 0.5% | - |
| HSV(B) | 54.78º | 0.78% | 0.81% | - |
| XYZ | 45.3 | 51.6 | 10.16 | - |
| YUV | 180.43 | 52.14 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 46 | 0 | 0.07 | 0.78 | 0.19 | 54.78 | 0.64 | 0.5 |
| Hex | CF | C1 | 2E | 0 | 7 | 4E | 13 | 37 | 40 | 32 |
| Octal | 317 | 301 | 56 | 0 | 7 | 116 | 23 | 67 | 100 | 62 |
| Binary | 11001111 | 11000001 | 101110 | 0 | 111 | 1001110 | 10011 | 110111 | 1000000 | 110010 |
Color Harmonies of #CFC12E
Complementary color
Monochromatic Colors of #CFC12E
Black with #CFC12E
Text Example
Text Example
White with #CFC12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC12E; }
p { color: rgb(207,193,46); }
H1.HeaderClassName
{
color: #CFC12E;
}
.AnyTagClassName
{
color: #CFC12E;
}
</style>
background-color css
<style>
a { background-color: #CFC12E; }
a { background-color: rgb(207,193,46); }
div.DivClassName
{
background-color: #CFC12E;
}
.BgClassName
{
background-color: #CFC12E;
}
</style>
border-color css
<style>
span { border-color: #CFC12E; }
span { border-color: rgb(207,193,46); }
td.TdClassName
{
border-color: #CFC12E;
}
.TagClassName
{
border-color: #CFC12E;
}
</style>