Shades of Barberry #CAC528
Tints of Barberry #CAC528
RGB
CMYK
RGB Variations
Color information
#CAC528 (or 0xCAC528) is known color: Barberry. HEX triplet: CA, C5 and 28. RGB value is (202,197,40). Sum of RGB (Red+Green+Blue) = 202+197+40=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 40 (16.02% from 255 or 9.11% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC528 is #353AD7. Grayscale: #B5B5B5. Windows color (decimal): -3488472 or 2672074. OLE color: 2672074.
HSL color Cylindrical-coordinate representation of color #CAC528: hue angle of 58.15º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAC528 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 40 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.21 |
| HSL | 58.15º | 0.67% | 0.47% | - |
| HSV(B) | 58.15º | 0.8% | 0.79% | - |
| XYZ | 44.71 | 52.64 | 9.81 | - |
| YUV | 180.6 | 48.66 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 40 | 0 | 0.02 | 0.80 | 0.21 | 58.15 | 0.67 | 0.47 |
| Hex | CA | C5 | 28 | 0 | 2 | 50 | 15 | 3A | 43 | 2F |
| Octal | 312 | 305 | 50 | 0 | 2 | 120 | 25 | 72 | 103 | 57 |
| Binary | 11001010 | 11000101 | 101000 | 0 | 10 | 1010000 | 10101 | 111010 | 1000011 | 101111 |
Color Harmonies of #CAC528
Complementary color
Monochromatic Colors of #CAC528
Black with #CAC528
Text Example
Text Example
White with #CAC528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC528; }
p { color: rgb(202,197,40); }
H1.HeaderClassName
{
color: #CAC528;
}
.AnyTagClassName
{
color: #CAC528;
}
</style>
background-color css
<style>
a { background-color: #CAC528; }
a { background-color: rgb(202,197,40); }
div.DivClassName
{
background-color: #CAC528;
}
.BgClassName
{
background-color: #CAC528;
}
</style>
border-color css
<style>
span { border-color: #CAC528; }
span { border-color: rgb(202,197,40); }
td.TdClassName
{
border-color: #CAC528;
}
.TagClassName
{
border-color: #CAC528;
}
</style>