Shades of Barberry #CAC524
Tints of Barberry #CAC524
RGB
CMYK
RGB Variations
Color information
#CAC524 (or 0xCAC524) is known color: Barberry. HEX triplet: CA, C5 and 24. RGB value is (202,197,36). Sum of RGB (Red+Green+Blue) = 202+197+36=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 36 (14.45% from 255 or 8.28% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC524 is #353ADB. Grayscale: #B4B4B4. Windows color (decimal): -3488476 or 2409930. OLE color: 2409930.
HSL color Cylindrical-coordinate representation of color #CAC524: hue angle of 58.19º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CAC524 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 36 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.21 |
| HSL | 58.19º | 0.7% | 0.47% | - |
| HSV(B) | 58.19º | 0.82% | 0.79% | - |
| XYZ | 44.64 | 52.62 | 9.47 | - |
| YUV | 180.14 | 46.66 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 36 | 0 | 0.02 | 0.82 | 0.21 | 58.19 | 0.7 | 0.47 |
| Hex | CA | C5 | 24 | 0 | 2 | 52 | 15 | 3A | 46 | 2F |
| Octal | 312 | 305 | 44 | 0 | 2 | 122 | 25 | 72 | 106 | 57 |
| Binary | 11001010 | 11000101 | 100100 | 0 | 10 | 1010010 | 10101 | 111010 | 1000110 | 101111 |
Color Harmonies of #CAC524
Complementary color
Monochromatic Colors of #CAC524
Black with #CAC524
Text Example
Text Example
White with #CAC524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC524; }
p { color: rgb(202,197,36); }
H1.HeaderClassName
{
color: #CAC524;
}
.AnyTagClassName
{
color: #CAC524;
}
</style>
background-color css
<style>
a { background-color: #CAC524; }
a { background-color: rgb(202,197,36); }
div.DivClassName
{
background-color: #CAC524;
}
.BgClassName
{
background-color: #CAC524;
}
</style>
border-color css
<style>
span { border-color: #CAC524; }
span { border-color: rgb(202,197,36); }
td.TdClassName
{
border-color: #CAC524;
}
.TagClassName
{
border-color: #CAC524;
}
</style>