Shades of Barberry #C2C02F
Tints of Barberry #C2C02F
RGB
CMYK
RGB Variations
Color information
#C2C02F (or 0xC2C02F) is known color: Barberry. HEX triplet: C2, C0 and 2F. RGB value is (194,192,47). Sum of RGB (Red+Green+Blue) = 194+192+47=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 47 (18.75% from 255 or 10.85% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C02F is #3D3FD0. Grayscale: #B0B0B0. Windows color (decimal): -4014033 or 3129538. OLE color: 3129538.
HSL color Cylindrical-coordinate representation of color #C2C02F: hue angle of 59.18º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2C02F is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 47 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.24 |
| HSL | 59.18º | 0.61% | 0.47% | - |
| HSV(B) | 59.18º | 0.76% | 0.76% | - |
| XYZ | 41.61 | 49.37 | 10.03 | - |
| YUV | 176.07 | 55.16 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 47 | 0 | 0.01 | 0.76 | 0.24 | 59.18 | 0.61 | 0.47 |
| Hex | C2 | C0 | 2F | 0 | 1 | 4C | 18 | 3B | 3D | 2F |
| Octal | 302 | 300 | 57 | 0 | 1 | 114 | 30 | 73 | 75 | 57 |
| Binary | 11000010 | 11000000 | 101111 | 0 | 1 | 1001100 | 11000 | 111011 | 111101 | 101111 |
Color Harmonies of #C2C02F
Complementary color
Monochromatic Colors of #C2C02F
Black with #C2C02F
Text Example
Text Example
White with #C2C02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C02F; }
p { color: rgb(194,192,47); }
H1.HeaderClassName
{
color: #C2C02F;
}
.AnyTagClassName
{
color: #C2C02F;
}
</style>
background-color css
<style>
a { background-color: #C2C02F; }
a { background-color: rgb(194,192,47); }
div.DivClassName
{
background-color: #C2C02F;
}
.BgClassName
{
background-color: #C2C02F;
}
</style>
border-color css
<style>
span { border-color: #C2C02F; }
span { border-color: rgb(194,192,47); }
td.TdClassName
{
border-color: #C2C02F;
}
.TagClassName
{
border-color: #C2C02F;
}
</style>