Shades of Barberry #CFC025
Tints of Barberry #CFC025
RGB
CMYK
RGB Variations
Color information
#CFC025 (or 0xCFC025) is known color: Barberry. HEX triplet: CF, C0 and 25. RGB value is (207,192,37). Sum of RGB (Red+Green+Blue) = 207+192+37=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 37 (14.84% from 255 or 8.49% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC025 is #303FDA. Grayscale: #B3B3B3. Windows color (decimal): -3162075 or 2474191. OLE color: 2474191.
HSL color Cylindrical-coordinate representation of color #CFC025: hue angle of 54.71º 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 #CFC025 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 37 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.19 |
| HSL | 54.71º | 0.7% | 0.48% | - |
| HSV(B) | 54.71º | 0.82% | 0.81% | - |
| XYZ | 44.92 | 51.1 | 9.25 | - |
| YUV | 178.82 | 47.97 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 37 | 0 | 0.07 | 0.82 | 0.19 | 54.71 | 0.7 | 0.48 |
| Hex | CF | C0 | 25 | 0 | 7 | 52 | 13 | 37 | 46 | 30 |
| Octal | 317 | 300 | 45 | 0 | 7 | 122 | 23 | 67 | 106 | 60 |
| Binary | 11001111 | 11000000 | 100101 | 0 | 111 | 1010010 | 10011 | 110111 | 1000110 | 110000 |
Color Harmonies of #CFC025
Complementary color
Monochromatic Colors of #CFC025
Black with #CFC025
Text Example
Text Example
White with #CFC025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC025; }
p { color: rgb(207,192,37); }
H1.HeaderClassName
{
color: #CFC025;
}
.AnyTagClassName
{
color: #CFC025;
}
</style>
background-color css
<style>
a { background-color: #CFC025; }
a { background-color: rgb(207,192,37); }
div.DivClassName
{
background-color: #CFC025;
}
.BgClassName
{
background-color: #CFC025;
}
</style>
border-color css
<style>
span { border-color: #CFC025; }
span { border-color: rgb(207,192,37); }
td.TdClassName
{
border-color: #CFC025;
}
.TagClassName
{
border-color: #CFC025;
}
</style>