Shades of Barberry #CFC126
Tints of Barberry #CFC126
RGB
CMYK
RGB Variations
Color information
#CFC126 (or 0xCFC126) is known color: Barberry. HEX triplet: CF, C1 and 26. RGB value is (207,193,38). Sum of RGB (Red+Green+Blue) = 207+193+38=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 38 (15.23% from 255 or 8.68% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC126 is #303ED9. Grayscale: #B4B4B4. Windows color (decimal): -3161818 or 2539983. OLE color: 2539983.
HSL color Cylindrical-coordinate representation of color #CFC126: hue angle of 55.03º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFC126 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 38 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.19 |
| HSL | 55.03º | 0.69% | 0.48% | - |
| HSV(B) | 55.03º | 0.82% | 0.81% | - |
| XYZ | 45.15 | 51.55 | 9.4 | - |
| YUV | 179.52 | 48.14 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 38 | 0 | 0.07 | 0.82 | 0.19 | 55.03 | 0.69 | 0.48 |
| Hex | CF | C1 | 26 | 0 | 7 | 52 | 13 | 37 | 45 | 30 |
| Octal | 317 | 301 | 46 | 0 | 7 | 122 | 23 | 67 | 105 | 60 |
| Binary | 11001111 | 11000001 | 100110 | 0 | 111 | 1010010 | 10011 | 110111 | 1000101 | 110000 |
Color Harmonies of #CFC126
Complementary color
Monochromatic Colors of #CFC126
Black with #CFC126
Text Example
Text Example
White with #CFC126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC126; }
p { color: rgb(207,193,38); }
H1.HeaderClassName
{
color: #CFC126;
}
.AnyTagClassName
{
color: #CFC126;
}
</style>
background-color css
<style>
a { background-color: #CFC126; }
a { background-color: rgb(207,193,38); }
div.DivClassName
{
background-color: #CFC126;
}
.BgClassName
{
background-color: #CFC126;
}
</style>
border-color css
<style>
span { border-color: #CFC126; }
span { border-color: rgb(207,193,38); }
td.TdClassName
{
border-color: #CFC126;
}
.TagClassName
{
border-color: #CFC126;
}
</style>