Shades of Barberry #CACA20
Tints of Barberry #CACA20
RGB
CMYK
RGB Variations
Color information
#CACA20 (or 0xCACA20) is known color: Barberry. HEX triplet: CA, CA and 20. RGB value is (202,202,32). Sum of RGB (Red+Green+Blue) = 202+202+32=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACA20 is #3535DF. Grayscale: #B7B7B7. Windows color (decimal): -3487200 or 2149066. OLE color: 2149066.
HSL color Cylindrical-coordinate representation of color #CACA20: hue angle of 60º 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 #CACA20 is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 202 | 32 | - |
| CMYK | 0 | 0 | 0.84 | 0.21 |
| HSL | 60º | 0.73% | 0.46% | - |
| HSV(B) | 60º | 0.84% | 0.79% | - |
| XYZ | 45.74 | 54.9 | 9.55 | - |
| YUV | 182.62 | 43 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 32 | 0 | 0 | 0.84 | 0.21 | 60 | 0.73 | 0.46 |
| Hex | CA | CA | 20 | 0 | 0 | 54 | 15 | 3C | 49 | 2E |
| Octal | 312 | 312 | 40 | 0 | 0 | 124 | 25 | 74 | 111 | 56 |
| Binary | 11001010 | 11001010 | 100000 | 0 | 0 | 1010100 | 10101 | 111100 | 1001001 | 101110 |
Color Harmonies of #CACA20
Complementary color
Monochromatic Colors of #CACA20
Black with #CACA20
Text Example
Text Example
White with #CACA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACA20; }
p { color: rgb(202,202,32); }
H1.HeaderClassName
{
color: #CACA20;
}
.AnyTagClassName
{
color: #CACA20;
}
</style>
background-color css
<style>
a { background-color: #CACA20; }
a { background-color: rgb(202,202,32); }
div.DivClassName
{
background-color: #CACA20;
}
.BgClassName
{
background-color: #CACA20;
}
</style>
border-color css
<style>
span { border-color: #CACA20; }
span { border-color: rgb(202,202,32); }
td.TdClassName
{
border-color: #CACA20;
}
.TagClassName
{
border-color: #CACA20;
}
</style>