Shades of Barberry #CFC528
Tints of Barberry #CFC528
RGB
CMYK
RGB Variations
Color information
#CFC528 (or 0xCFC528) is known color: Barberry. HEX triplet: CF, C5 and 28. RGB value is (207,197,40). Sum of RGB (Red+Green+Blue) = 207+197+40=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 40 (16.02% from 255 or 9.01% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC528 is #303AD7. Grayscale: #B6B6B6. Windows color (decimal): -3160792 or 2672079. OLE color: 2672079.
HSL color Cylindrical-coordinate representation of color #CFC528: hue angle of 56.41º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFC528 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 40 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.19 |
| HSL | 56.41º | 0.68% | 0.48% | - |
| HSV(B) | 56.41º | 0.81% | 0.81% | - |
| XYZ | 46.08 | 53.35 | 9.88 | - |
| YUV | 182.09 | 47.81 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 40 | 0 | 0.05 | 0.81 | 0.19 | 56.41 | 0.68 | 0.48 |
| Hex | CF | C5 | 28 | 0 | 5 | 51 | 13 | 38 | 44 | 30 |
| Octal | 317 | 305 | 50 | 0 | 5 | 121 | 23 | 70 | 104 | 60 |
| Binary | 11001111 | 11000101 | 101000 | 0 | 101 | 1010001 | 10011 | 111000 | 1000100 | 110000 |
Color Harmonies of #CFC528
Complementary color
Monochromatic Colors of #CFC528
Black with #CFC528
Text Example
Text Example
White with #CFC528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC528; }
p { color: rgb(207,197,40); }
H1.HeaderClassName
{
color: #CFC528;
}
.AnyTagClassName
{
color: #CFC528;
}
</style>
background-color css
<style>
a { background-color: #CFC528; }
a { background-color: rgb(207,197,40); }
div.DivClassName
{
background-color: #CFC528;
}
.BgClassName
{
background-color: #CFC528;
}
</style>
border-color css
<style>
span { border-color: #CFC528; }
span { border-color: rgb(207,197,40); }
td.TdClassName
{
border-color: #CFC528;
}
.TagClassName
{
border-color: #CFC528;
}
</style>