Shades of Barberry #C6C021
Tints of Barberry #C6C021
RGB
CMYK
RGB Variations
Color information
#C6C021 (or 0xC6C021) is known color: Barberry. HEX triplet: C6, C0 and 21. RGB value is (198,192,33). Sum of RGB (Red+Green+Blue) = 198+192+33=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 33 (13.28% from 255 or 7.80% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C021 is #393FDE. Grayscale: #B0B0B0. Windows color (decimal): -3751903 or 2212038. OLE color: 2212038.
HSL color Cylindrical-coordinate representation of color #C6C021: hue angle of 57.82º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6C021 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 192 | 33 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.22 |
| HSL | 57.82º | 0.71% | 0.45% | - |
| HSV(B) | 57.82º | 0.83% | 0.78% | - |
| XYZ | 42.41 | 49.81 | 8.82 | - |
| YUV | 175.67 | 47.49 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 33 | 0 | 0.03 | 0.83 | 0.22 | 57.82 | 0.71 | 0.45 |
| Hex | C6 | C0 | 21 | 0 | 3 | 53 | 16 | 3A | 47 | 2D |
| Octal | 306 | 300 | 41 | 0 | 3 | 123 | 26 | 72 | 107 | 55 |
| Binary | 11000110 | 11000000 | 100001 | 0 | 11 | 1010011 | 10110 | 111010 | 1000111 | 101101 |
Color Harmonies of #C6C021
Complementary color
Monochromatic Colors of #C6C021
Black with #C6C021
Text Example
Text Example
White with #C6C021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C021; }
p { color: rgb(198,192,33); }
H1.HeaderClassName
{
color: #C6C021;
}
.AnyTagClassName
{
color: #C6C021;
}
</style>
background-color css
<style>
a { background-color: #C6C021; }
a { background-color: rgb(198,192,33); }
div.DivClassName
{
background-color: #C6C021;
}
.BgClassName
{
background-color: #C6C021;
}
</style>
border-color css
<style>
span { border-color: #C6C021; }
span { border-color: rgb(198,192,33); }
td.TdClassName
{
border-color: #C6C021;
}
.TagClassName
{
border-color: #C6C021;
}
</style>