Shades of Barberry #CAC121
Tints of Barberry #CAC121
RGB
CMYK
RGB Variations
Color information
#CAC121 (or 0xCAC121) is known color: Barberry. HEX triplet: CA, C1 and 21. RGB value is (202,193,33). Sum of RGB (Red+Green+Blue) = 202+193+33=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 33 (13.28% from 255 or 7.71% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC121 is #353EDE. Grayscale: #B2B2B2. Windows color (decimal): -3489503 or 2212298. OLE color: 2212298.
HSL color Cylindrical-coordinate representation of color #CAC121: hue angle of 56.8º degrees, saturation: 0.72, 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 #CAC121 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 33 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.21 |
| HSL | 56.8º | 0.72% | 0.46% | - |
| HSV(B) | 56.8º | 0.84% | 0.79% | - |
| XYZ | 43.7 | 50.81 | 8.94 | - |
| YUV | 177.45 | 46.48 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 33 | 0 | 0.04 | 0.84 | 0.21 | 56.8 | 0.72 | 0.46 |
| Hex | CA | C1 | 21 | 0 | 4 | 54 | 15 | 39 | 48 | 2E |
| Octal | 312 | 301 | 41 | 0 | 4 | 124 | 25 | 71 | 110 | 56 |
| Binary | 11001010 | 11000001 | 100001 | 0 | 100 | 1010100 | 10101 | 111001 | 1001000 | 101110 |
Color Harmonies of #CAC121
Complementary color
Monochromatic Colors of #CAC121
Black with #CAC121
Text Example
Text Example
White with #CAC121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC121; }
p { color: rgb(202,193,33); }
H1.HeaderClassName
{
color: #CAC121;
}
.AnyTagClassName
{
color: #CAC121;
}
</style>
background-color css
<style>
a { background-color: #CAC121; }
a { background-color: rgb(202,193,33); }
div.DivClassName
{
background-color: #CAC121;
}
.BgClassName
{
background-color: #CAC121;
}
</style>
border-color css
<style>
span { border-color: #CAC121; }
span { border-color: rgb(202,193,33); }
td.TdClassName
{
border-color: #CAC121;
}
.TagClassName
{
border-color: #CAC121;
}
</style>