Shades of Barberry #CFC826
Tints of Barberry #CFC826
RGB
CMYK
RGB Variations
Color information
#CFC826 (or 0xCFC826) is known color: Barberry. HEX triplet: CF, C8 and 26. RGB value is (207,200,38). Sum of RGB (Red+Green+Blue) = 207+200+38=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 38 (15.23% from 255 or 8.54% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC826 is #3037D9. Grayscale: #B8B8B8. Windows color (decimal): -3160026 or 2541775. OLE color: 2541775.
HSL color Cylindrical-coordinate representation of color #CFC826: hue angle of 57.51º 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 #CFC826 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 38 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.19 |
| HSL | 57.51º | 0.69% | 0.48% | - |
| HSV(B) | 57.51º | 0.82% | 0.81% | - |
| XYZ | 46.74 | 54.71 | 9.93 | - |
| YUV | 183.63 | 45.82 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 38 | 0 | 0.03 | 0.82 | 0.19 | 57.51 | 0.69 | 0.48 |
| Hex | CF | C8 | 26 | 0 | 3 | 52 | 13 | 3A | 45 | 30 |
| Octal | 317 | 310 | 46 | 0 | 3 | 122 | 23 | 72 | 105 | 60 |
| Binary | 11001111 | 11001000 | 100110 | 0 | 11 | 1010010 | 10011 | 111010 | 1000101 | 110000 |
Color Harmonies of #CFC826
Complementary color
Monochromatic Colors of #CFC826
Black with #CFC826
Text Example
Text Example
White with #CFC826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC826; }
p { color: rgb(207,200,38); }
H1.HeaderClassName
{
color: #CFC826;
}
.AnyTagClassName
{
color: #CFC826;
}
</style>
background-color css
<style>
a { background-color: #CFC826; }
a { background-color: rgb(207,200,38); }
div.DivClassName
{
background-color: #CFC826;
}
.BgClassName
{
background-color: #CFC826;
}
</style>
border-color css
<style>
span { border-color: #CFC826; }
span { border-color: rgb(207,200,38); }
td.TdClassName
{
border-color: #CFC826;
}
.TagClassName
{
border-color: #CFC826;
}
</style>