Shades of Barberry #CFC725
Tints of Barberry #CFC725
RGB
CMYK
RGB Variations
Color information
#CFC725 (or 0xCFC725) is known color: Barberry. HEX triplet: CF, C7 and 25. RGB value is (207,199,37). Sum of RGB (Red+Green+Blue) = 207+199+37=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 37 (14.84% from 255 or 8.35% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC725 is #3038DA. Grayscale: #B7B7B7. Windows color (decimal): -3160283 or 2475983. OLE color: 2475983.
HSL color Cylindrical-coordinate representation of color #CFC725: hue angle of 57.18º degrees, saturation: 0.7, 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 #CFC725 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 37 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.19 |
| HSL | 57.18º | 0.7% | 0.48% | - |
| HSV(B) | 57.18º | 0.82% | 0.81% | - |
| XYZ | 46.49 | 54.25 | 9.77 | - |
| YUV | 182.92 | 45.65 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 37 | 0 | 0.04 | 0.82 | 0.19 | 57.18 | 0.7 | 0.48 |
| Hex | CF | C7 | 25 | 0 | 4 | 52 | 13 | 39 | 46 | 30 |
| Octal | 317 | 307 | 45 | 0 | 4 | 122 | 23 | 71 | 106 | 60 |
| Binary | 11001111 | 11000111 | 100101 | 0 | 100 | 1010010 | 10011 | 111001 | 1000110 | 110000 |
Color Harmonies of #CFC725
Complementary color
Monochromatic Colors of #CFC725
Black with #CFC725
Text Example
Text Example
White with #CFC725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC725; }
p { color: rgb(207,199,37); }
H1.HeaderClassName
{
color: #CFC725;
}
.AnyTagClassName
{
color: #CFC725;
}
</style>
background-color css
<style>
a { background-color: #CFC725; }
a { background-color: rgb(207,199,37); }
div.DivClassName
{
background-color: #CFC725;
}
.BgClassName
{
background-color: #CFC725;
}
</style>
border-color css
<style>
span { border-color: #CFC725; }
span { border-color: rgb(207,199,37); }
td.TdClassName
{
border-color: #CFC725;
}
.TagClassName
{
border-color: #CFC725;
}
</style>