Shades of Barberry #C6C02A
Tints of Barberry #C6C02A
RGB
CMYK
RGB Variations
Color information
#C6C02A (or 0xC6C02A) is known color: Barberry. HEX triplet: C6, C0 and 2A. RGB value is (198,192,42). Sum of RGB (Red+Green+Blue) = 198+192+42=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 42 (16.80% from 255 or 9.72% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C02A is #393FD5. Grayscale: #B1B1B1. Windows color (decimal): -3751894 or 2801862. OLE color: 2801862.
HSL color Cylindrical-coordinate representation of color #C6C02A: hue angle of 57.69º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6C02A is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 192 | 42 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.22 |
| HSL | 57.69º | 0.65% | 0.47% | - |
| HSV(B) | 57.69º | 0.79% | 0.78% | - |
| XYZ | 42.56 | 49.87 | 9.57 | - |
| YUV | 176.69 | 51.99 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 42 | 0 | 0.03 | 0.79 | 0.22 | 57.69 | 0.65 | 0.47 |
| Hex | C6 | C0 | 2A | 0 | 3 | 4F | 16 | 3A | 41 | 2F |
| Octal | 306 | 300 | 52 | 0 | 3 | 117 | 26 | 72 | 101 | 57 |
| Binary | 11000110 | 11000000 | 101010 | 0 | 11 | 1001111 | 10110 | 111010 | 1000001 | 101111 |
Color Harmonies of #C6C02A
Complementary color
Monochromatic Colors of #C6C02A
Black with #C6C02A
Text Example
Text Example
White with #C6C02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C02A; }
p { color: rgb(198,192,42); }
H1.HeaderClassName
{
color: #C6C02A;
}
.AnyTagClassName
{
color: #C6C02A;
}
</style>
background-color css
<style>
a { background-color: #C6C02A; }
a { background-color: rgb(198,192,42); }
div.DivClassName
{
background-color: #C6C02A;
}
.BgClassName
{
background-color: #C6C02A;
}
</style>
border-color css
<style>
span { border-color: #C6C02A; }
span { border-color: rgb(198,192,42); }
td.TdClassName
{
border-color: #C6C02A;
}
.TagClassName
{
border-color: #C6C02A;
}
</style>