Shades of Barberry #C6C527
Tints of Barberry #C6C527
RGB
CMYK
RGB Variations
Color information
#C6C527 (or 0xC6C527) is known color: Barberry. HEX triplet: C6, C5 and 27. RGB value is (198,197,39). Sum of RGB (Red+Green+Blue) = 198+197+39=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 39 (15.62% from 255 or 8.99% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C527 is #393AD8. Grayscale: #B3B3B3. Windows color (decimal): -3750617 or 2606534. OLE color: 2606534.
HSL color Cylindrical-coordinate representation of color #C6C527: hue angle of 59.62º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6C527 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 197 | 39 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.22 |
| HSL | 59.62º | 0.67% | 0.46% | - |
| HSV(B) | 59.62º | 0.8% | 0.78% | - |
| XYZ | 43.62 | 52.08 | 9.67 | - |
| YUV | 179.29 | 48.83 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 197 | 39 | 0 | 0.01 | 0.80 | 0.22 | 59.62 | 0.67 | 0.46 |
| Hex | C6 | C5 | 27 | 0 | 1 | 50 | 16 | 3C | 43 | 2E |
| Octal | 306 | 305 | 47 | 0 | 1 | 120 | 26 | 74 | 103 | 56 |
| Binary | 11000110 | 11000101 | 100111 | 0 | 1 | 1010000 | 10110 | 111100 | 1000011 | 101110 |
Color Harmonies of #C6C527
Complementary color
Monochromatic Colors of #C6C527
Black with #C6C527
Text Example
Text Example
White with #C6C527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C527; }
p { color: rgb(198,197,39); }
H1.HeaderClassName
{
color: #C6C527;
}
.AnyTagClassName
{
color: #C6C527;
}
</style>
background-color css
<style>
a { background-color: #C6C527; }
a { background-color: rgb(198,197,39); }
div.DivClassName
{
background-color: #C6C527;
}
.BgClassName
{
background-color: #C6C527;
}
</style>
border-color css
<style>
span { border-color: #C6C527; }
span { border-color: rgb(198,197,39); }
td.TdClassName
{
border-color: #C6C527;
}
.TagClassName
{
border-color: #C6C527;
}
</style>