Shades of Barberry #CAC820
Tints of Barberry #CAC820
RGB
CMYK
RGB Variations
Color information
#CAC820 (or 0xCAC820) is known color: Barberry. HEX triplet: CA, C8 and 20. RGB value is (202,200,32). Sum of RGB (Red+Green+Blue) = 202+200+32=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 200 (78.52% from 255 or 46.08% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC820 is #3537DF. Grayscale: #B6B6B6. Windows color (decimal): -3487712 or 2148554. OLE color: 2148554.
HSL color Cylindrical-coordinate representation of color #CAC820: hue angle of 59.29º 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 #CAC820 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 32 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.21 |
| HSL | 59.29º | 0.73% | 0.46% | - |
| HSV(B) | 59.29º | 0.84% | 0.79% | - |
| XYZ | 45.27 | 53.97 | 9.4 | - |
| YUV | 181.45 | 43.66 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 32 | 0 | 0.01 | 0.84 | 0.21 | 59.29 | 0.73 | 0.46 |
| Hex | CA | C8 | 20 | 0 | 1 | 54 | 15 | 3B | 49 | 2E |
| Octal | 312 | 310 | 40 | 0 | 1 | 124 | 25 | 73 | 111 | 56 |
| Binary | 11001010 | 11001000 | 100000 | 0 | 1 | 1010100 | 10101 | 111011 | 1001001 | 101110 |
Color Harmonies of #CAC820
Complementary color
Monochromatic Colors of #CAC820
Black with #CAC820
Text Example
Text Example
White with #CAC820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC820; }
p { color: rgb(202,200,32); }
H1.HeaderClassName
{
color: #CAC820;
}
.AnyTagClassName
{
color: #CAC820;
}
</style>
background-color css
<style>
a { background-color: #CAC820; }
a { background-color: rgb(202,200,32); }
div.DivClassName
{
background-color: #CAC820;
}
.BgClassName
{
background-color: #CAC820;
}
</style>
border-color css
<style>
span { border-color: #CAC820; }
span { border-color: rgb(202,200,32); }
td.TdClassName
{
border-color: #CAC820;
}
.TagClassName
{
border-color: #CAC820;
}
</style>