Shades of Barberry #CAC520
Tints of Barberry #CAC520
RGB
CMYK
RGB Variations
Color information
#CAC520 (or 0xCAC520) is known color: Barberry. HEX triplet: CA, C5 and 20. RGB value is (202,197,32). Sum of RGB (Red+Green+Blue) = 202+197+32=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 32 (12.89% from 255 or 7.42% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC520 is #353ADF. Grayscale: #B4B4B4. Windows color (decimal): -3488480 or 2147786. OLE color: 2147786.
HSL color Cylindrical-coordinate representation of color #CAC520: hue angle of 58.24º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CAC520 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 32 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.21 |
| HSL | 58.24º | 0.73% | 0.46% | - |
| HSV(B) | 58.24º | 0.84% | 0.79% | - |
| XYZ | 44.58 | 52.59 | 9.17 | - |
| YUV | 179.69 | 44.66 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 32 | 0 | 0.02 | 0.84 | 0.21 | 58.24 | 0.73 | 0.46 |
| Hex | CA | C5 | 20 | 0 | 2 | 54 | 15 | 3A | 49 | 2E |
| Octal | 312 | 305 | 40 | 0 | 2 | 124 | 25 | 72 | 111 | 56 |
| Binary | 11001010 | 11000101 | 100000 | 0 | 10 | 1010100 | 10101 | 111010 | 1001001 | 101110 |
Color Harmonies of #CAC520
Complementary color
Monochromatic Colors of #CAC520
Black with #CAC520
Text Example
Text Example
White with #CAC520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC520; }
p { color: rgb(202,197,32); }
H1.HeaderClassName
{
color: #CAC520;
}
.AnyTagClassName
{
color: #CAC520;
}
</style>
background-color css
<style>
a { background-color: #CAC520; }
a { background-color: rgb(202,197,32); }
div.DivClassName
{
background-color: #CAC520;
}
.BgClassName
{
background-color: #CAC520;
}
</style>
border-color css
<style>
span { border-color: #CAC520; }
span { border-color: rgb(202,197,32); }
td.TdClassName
{
border-color: #CAC520;
}
.TagClassName
{
border-color: #CAC520;
}
</style>