Shades of Barberry #CAC122
Tints of Barberry #CAC122
RGB
CMYK
RGB Variations
Color information
#CAC122 (or 0xCAC122) is known color: Barberry. HEX triplet: CA, C1 and 22. RGB value is (202,193,34). Sum of RGB (Red+Green+Blue) = 202+193+34=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 34 (13.67% from 255 or 7.93% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC122 is #353EDD. Grayscale: #B2B2B2. Windows color (decimal): -3489502 or 2277834. OLE color: 2277834.
HSL color Cylindrical-coordinate representation of color #CAC122: hue angle of 56.79º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAC122 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 34 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.21 |
| HSL | 56.79º | 0.71% | 0.46% | - |
| HSV(B) | 56.79º | 0.83% | 0.79% | - |
| XYZ | 43.72 | 50.81 | 9.02 | - |
| YUV | 177.57 | 46.98 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 34 | 0 | 0.04 | 0.83 | 0.21 | 56.79 | 0.71 | 0.46 |
| Hex | CA | C1 | 22 | 0 | 4 | 53 | 15 | 39 | 47 | 2E |
| Octal | 312 | 301 | 42 | 0 | 4 | 123 | 25 | 71 | 107 | 56 |
| Binary | 11001010 | 11000001 | 100010 | 0 | 100 | 1010011 | 10101 | 111001 | 1000111 | 101110 |
Color Harmonies of #CAC122
Complementary color
Monochromatic Colors of #CAC122
Black with #CAC122
Text Example
Text Example
White with #CAC122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC122; }
p { color: rgb(202,193,34); }
H1.HeaderClassName
{
color: #CAC122;
}
.AnyTagClassName
{
color: #CAC122;
}
</style>
background-color css
<style>
a { background-color: #CAC122; }
a { background-color: rgb(202,193,34); }
div.DivClassName
{
background-color: #CAC122;
}
.BgClassName
{
background-color: #CAC122;
}
</style>
border-color css
<style>
span { border-color: #CAC122; }
span { border-color: rgb(202,193,34); }
td.TdClassName
{
border-color: #CAC122;
}
.TagClassName
{
border-color: #CAC122;
}
</style>