Shades of Barberry #C5C527
Tints of Barberry #C5C527
RGB
CMYK
RGB Variations
Color information
#C5C527 (or 0xC5C527) is known color: Barberry. HEX triplet: C5, C5 and 27. RGB value is (197,197,39). Sum of RGB (Red+Green+Blue) = 197+197+39=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 39 (15.62% from 255 or 9.01% from 433); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C527 is #3A3AD8. Grayscale: #B3B3B3. Windows color (decimal): -3816153 or 2606533. OLE color: 2606533.
HSL color Cylindrical-coordinate representation of color #C5C527: hue angle of 60º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5C527 is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 197 | 39 | - |
| CMYK | 0 | 0 | 0.80 | 0.23 |
| HSL | 60º | 0.67% | 0.46% | - |
| HSV(B) | 60º | 0.8% | 0.77% | - |
| XYZ | 43.36 | 51.95 | 9.66 | - |
| YUV | 178.99 | 49 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 197 | 39 | 0 | 0 | 0.80 | 0.23 | 60 | 0.67 | 0.46 |
| Hex | C5 | C5 | 27 | 0 | 0 | 50 | 17 | 3C | 43 | 2E |
| Octal | 305 | 305 | 47 | 0 | 0 | 120 | 27 | 74 | 103 | 56 |
| Binary | 11000101 | 11000101 | 100111 | 0 | 0 | 1010000 | 10111 | 111100 | 1000011 | 101110 |
Color Harmonies of #C5C527
Complementary color
Monochromatic Colors of #C5C527
Black with #C5C527
Text Example
Text Example
White with #C5C527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C527; }
p { color: rgb(197,197,39); }
H1.HeaderClassName
{
color: #C5C527;
}
.AnyTagClassName
{
color: #C5C527;
}
</style>
background-color css
<style>
a { background-color: #C5C527; }
a { background-color: rgb(197,197,39); }
div.DivClassName
{
background-color: #C5C527;
}
.BgClassName
{
background-color: #C5C527;
}
</style>
border-color css
<style>
span { border-color: #C5C527; }
span { border-color: rgb(197,197,39); }
td.TdClassName
{
border-color: #C5C527;
}
.TagClassName
{
border-color: #C5C527;
}
</style>