Shades of Barberry #CFC42A
Tints of Barberry #CFC42A
RGB
CMYK
RGB Variations
Color information
#CFC42A (or 0xCFC42A) is known color: Barberry. HEX triplet: CF, C4 and 2A. RGB value is (207,196,42). Sum of RGB (Red+Green+Blue) = 207+196+42=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 42 (16.80% from 255 or 9.44% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC42A is #303BD5. Grayscale: #B6B6B6. Windows color (decimal): -3161046 or 2802895. OLE color: 2802895.
HSL color Cylindrical-coordinate representation of color #CFC42A: hue angle of 56º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFC42A is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 42 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.19 |
| HSL | 56º | 0.66% | 0.49% | - |
| HSV(B) | 56º | 0.8% | 0.81% | - |
| XYZ | 45.89 | 52.91 | 9.98 | - |
| YUV | 181.73 | 49.14 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 42 | 0 | 0.05 | 0.80 | 0.19 | 56 | 0.66 | 0.49 |
| Hex | CF | C4 | 2A | 0 | 5 | 50 | 13 | 38 | 42 | 31 |
| Octal | 317 | 304 | 52 | 0 | 5 | 120 | 23 | 70 | 102 | 61 |
| Binary | 11001111 | 11000100 | 101010 | 0 | 101 | 1010000 | 10011 | 111000 | 1000010 | 110001 |
Color Harmonies of #CFC42A
Complementary color
Monochromatic Colors of #CFC42A
Black with #CFC42A
Text Example
Text Example
White with #CFC42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC42A; }
p { color: rgb(207,196,42); }
H1.HeaderClassName
{
color: #CFC42A;
}
.AnyTagClassName
{
color: #CFC42A;
}
</style>
background-color css
<style>
a { background-color: #CFC42A; }
a { background-color: rgb(207,196,42); }
div.DivClassName
{
background-color: #CFC42A;
}
.BgClassName
{
background-color: #CFC42A;
}
</style>
border-color css
<style>
span { border-color: #CFC42A; }
span { border-color: rgb(207,196,42); }
td.TdClassName
{
border-color: #CFC42A;
}
.TagClassName
{
border-color: #CFC42A;
}
</style>