Shades of Barberry #CFC527
Tints of Barberry #CFC527
RGB
CMYK
RGB Variations
Color information
#CFC527 (or 0xCFC527) is known color: Barberry. HEX triplet: CF, C5 and 27. RGB value is (207,197,39). Sum of RGB (Red+Green+Blue) = 207+197+39=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 39 (15.62% from 255 or 8.80% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC527 is #303AD8. Grayscale: #B6B6B6. Windows color (decimal): -3160793 or 2606543. OLE color: 2606543.
HSL color Cylindrical-coordinate representation of color #CFC527: hue angle of 56.43º 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 #CFC527 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 39 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.19 |
| HSL | 56.43º | 0.68% | 0.48% | - |
| HSV(B) | 56.43º | 0.81% | 0.81% | - |
| XYZ | 46.06 | 53.34 | 9.79 | - |
| YUV | 181.98 | 47.31 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 39 | 0 | 0.05 | 0.81 | 0.19 | 56.43 | 0.68 | 0.48 |
| Hex | CF | C5 | 27 | 0 | 5 | 51 | 13 | 38 | 44 | 30 |
| Octal | 317 | 305 | 47 | 0 | 5 | 121 | 23 | 70 | 104 | 60 |
| Binary | 11001111 | 11000101 | 100111 | 0 | 101 | 1010001 | 10011 | 111000 | 1000100 | 110000 |
Color Harmonies of #CFC527
Complementary color
Monochromatic Colors of #CFC527
Black with #CFC527
Text Example
Text Example
White with #CFC527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC527; }
p { color: rgb(207,197,39); }
H1.HeaderClassName
{
color: #CFC527;
}
.AnyTagClassName
{
color: #CFC527;
}
</style>
background-color css
<style>
a { background-color: #CFC527; }
a { background-color: rgb(207,197,39); }
div.DivClassName
{
background-color: #CFC527;
}
.BgClassName
{
background-color: #CFC527;
}
</style>
border-color css
<style>
span { border-color: #CFC527; }
span { border-color: rgb(207,197,39); }
td.TdClassName
{
border-color: #CFC527;
}
.TagClassName
{
border-color: #CFC527;
}
</style>