Shades of Barberry #C6C921
Tints of Barberry #C6C921
RGB
CMYK
RGB Variations
Color information
#C6C921 (or 0xC6C921) is known color: Barberry. HEX triplet: C6, C9 and 21. RGB value is (198,201,33). Sum of RGB (Red+Green+Blue) = 198+201+33=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C921 is #3936DE. Grayscale: #B5B5B5. Windows color (decimal): -3749599 or 2214342. OLE color: 2214342.
HSL color Cylindrical-coordinate representation of color #C6C921: hue angle of 61.07º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6C921 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 201 | 33 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.21 |
| HSL | 61.07º | 0.72% | 0.46% | - |
| HSV(B) | 61.07º | 0.84% | 0.79% | - |
| XYZ | 44.45 | 53.89 | 9.5 | - |
| YUV | 180.95 | 44.51 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 201 | 33 | 0.01 | 0 | 0.84 | 0.21 | 61.07 | 0.72 | 0.46 |
| Hex | C6 | C9 | 21 | 1 | 0 | 54 | 15 | 3D | 48 | 2E |
| Octal | 306 | 311 | 41 | 1 | 0 | 124 | 25 | 75 | 110 | 56 |
| Binary | 11000110 | 11001001 | 100001 | 1 | 0 | 1010100 | 10101 | 111101 | 1001000 | 101110 |
Color Harmonies of #C6C921
Complementary color
Monochromatic Colors of #C6C921
Black with #C6C921
Text Example
Text Example
White with #C6C921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C921; }
p { color: rgb(198,201,33); }
H1.HeaderClassName
{
color: #C6C921;
}
.AnyTagClassName
{
color: #C6C921;
}
</style>
background-color css
<style>
a { background-color: #C6C921; }
a { background-color: rgb(198,201,33); }
div.DivClassName
{
background-color: #C6C921;
}
.BgClassName
{
background-color: #C6C921;
}
</style>
border-color css
<style>
span { border-color: #C6C921; }
span { border-color: rgb(198,201,33); }
td.TdClassName
{
border-color: #C6C921;
}
.TagClassName
{
border-color: #C6C921;
}
</style>