Shades of Barberry #C6B928
Tints of Barberry #C6B928
RGB
CMYK
RGB Variations
Color information
#C6B928 (or 0xC6B928) is known color: Barberry. HEX triplet: C6, B9 and 28. RGB value is (198,185,40). Sum of RGB (Red+Green+Blue) = 198+185+40=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B928 is #3946D7. Grayscale: #ACACAC. Windows color (decimal): -3753688 or 2668998. OLE color: 2668998.
HSL color Cylindrical-coordinate representation of color #C6B928: hue angle of 55.06º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6B928 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 185 | 40 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.22 |
| HSL | 55.06º | 0.66% | 0.47% | - |
| HSV(B) | 55.06º | 0.8% | 0.78% | - |
| XYZ | 41.02 | 46.86 | 8.89 | - |
| YUV | 172.36 | 53.31 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 185 | 40 | 0 | 0.07 | 0.80 | 0.22 | 55.06 | 0.66 | 0.47 |
| Hex | C6 | B9 | 28 | 0 | 7 | 50 | 16 | 37 | 42 | 2F |
| Octal | 306 | 271 | 50 | 0 | 7 | 120 | 26 | 67 | 102 | 57 |
| Binary | 11000110 | 10111001 | 101000 | 0 | 111 | 1010000 | 10110 | 110111 | 1000010 | 101111 |
Color Harmonies of #C6B928
Complementary color
Monochromatic Colors of #C6B928
Black with #C6B928
Text Example
Text Example
White with #C6B928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B928; }
p { color: rgb(198,185,40); }
H1.HeaderClassName
{
color: #C6B928;
}
.AnyTagClassName
{
color: #C6B928;
}
</style>
background-color css
<style>
a { background-color: #C6B928; }
a { background-color: rgb(198,185,40); }
div.DivClassName
{
background-color: #C6B928;
}
.BgClassName
{
background-color: #C6B928;
}
</style>
border-color css
<style>
span { border-color: #C6B928; }
span { border-color: rgb(198,185,40); }
td.TdClassName
{
border-color: #C6B928;
}
.TagClassName
{
border-color: #C6B928;
}
</style>