Shades of Barberry #C9C524
Tints of Barberry #C9C524
RGB
CMYK
RGB Variations
Color information
#C9C524 (or 0xC9C524) is known color: Barberry. HEX triplet: C9, C5 and 24. RGB value is (201,197,36). Sum of RGB (Red+Green+Blue) = 201+197+36=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 36 (14.45% from 255 or 8.29% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C524 is #363ADB. Grayscale: #B4B4B4. Windows color (decimal): -3554012 or 2409929. OLE color: 2409929.
HSL color Cylindrical-coordinate representation of color #C9C524: hue angle of 58.55º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9C524 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 197 | 36 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.21 |
| HSL | 58.55º | 0.7% | 0.46% | - |
| HSV(B) | 58.55º | 0.82% | 0.79% | - |
| XYZ | 44.37 | 52.48 | 9.46 | - |
| YUV | 179.84 | 46.83 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 197 | 36 | 0 | 0.02 | 0.82 | 0.21 | 58.55 | 0.7 | 0.46 |
| Hex | C9 | C5 | 24 | 0 | 2 | 52 | 15 | 3B | 46 | 2E |
| Octal | 311 | 305 | 44 | 0 | 2 | 122 | 25 | 73 | 106 | 56 |
| Binary | 11001001 | 11000101 | 100100 | 0 | 10 | 1010010 | 10101 | 111011 | 1000110 | 101110 |
Color Harmonies of #C9C524
Complementary color
Monochromatic Colors of #C9C524
Black with #C9C524
Text Example
Text Example
White with #C9C524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C524; }
p { color: rgb(201,197,36); }
H1.HeaderClassName
{
color: #C9C524;
}
.AnyTagClassName
{
color: #C9C524;
}
</style>
background-color css
<style>
a { background-color: #C9C524; }
a { background-color: rgb(201,197,36); }
div.DivClassName
{
background-color: #C9C524;
}
.BgClassName
{
background-color: #C9C524;
}
</style>
border-color css
<style>
span { border-color: #C9C524; }
span { border-color: rgb(201,197,36); }
td.TdClassName
{
border-color: #C9C524;
}
.TagClassName
{
border-color: #C9C524;
}
</style>