Shades of Barberry #C3C02A
Tints of Barberry #C3C02A
RGB
CMYK
RGB Variations
Color information
#C3C02A (or 0xC3C02A) is known color: Barberry. HEX triplet: C3, C0 and 2A. RGB value is (195,192,42). Sum of RGB (Red+Green+Blue) = 195+192+42=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 42 (16.80% from 255 or 9.79% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C02A is #3C3FD5. Grayscale: #B0B0B0. Windows color (decimal): -3948502 or 2801859. OLE color: 2801859.
HSL color Cylindrical-coordinate representation of color #C3C02A: hue angle of 58.82º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3C02A is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 42 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.24 |
| HSL | 58.82º | 0.65% | 0.46% | - |
| HSV(B) | 58.82º | 0.78% | 0.76% | - |
| XYZ | 41.77 | 49.47 | 9.54 | - |
| YUV | 175.8 | 52.49 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 42 | 0 | 0.02 | 0.78 | 0.24 | 58.82 | 0.65 | 0.46 |
| Hex | C3 | C0 | 2A | 0 | 2 | 4E | 18 | 3B | 41 | 2E |
| Octal | 303 | 300 | 52 | 0 | 2 | 116 | 30 | 73 | 101 | 56 |
| Binary | 11000011 | 11000000 | 101010 | 0 | 10 | 1001110 | 11000 | 111011 | 1000001 | 101110 |
Color Harmonies of #C3C02A
Complementary color
Monochromatic Colors of #C3C02A
Black with #C3C02A
Text Example
Text Example
White with #C3C02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C02A; }
p { color: rgb(195,192,42); }
H1.HeaderClassName
{
color: #C3C02A;
}
.AnyTagClassName
{
color: #C3C02A;
}
</style>
background-color css
<style>
a { background-color: #C3C02A; }
a { background-color: rgb(195,192,42); }
div.DivClassName
{
background-color: #C3C02A;
}
.BgClassName
{
background-color: #C3C02A;
}
</style>
border-color css
<style>
span { border-color: #C3C02A; }
span { border-color: rgb(195,192,42); }
td.TdClassName
{
border-color: #C3C02A;
}
.TagClassName
{
border-color: #C3C02A;
}
</style>