Shades of Barberry #CAC12E
Tints of Barberry #CAC12E
RGB
CMYK
RGB Variations
Color information
#CAC12E (or 0xCAC12E) is known color: Barberry. HEX triplet: CA, C1 and 2E. RGB value is (202,193,46). Sum of RGB (Red+Green+Blue) = 202+193+46=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 46 (18.36% from 255 or 10.43% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC12E is #353ED1. Grayscale: #B3B3B3. Windows color (decimal): -3489490 or 3064266. OLE color: 3064266.
HSL color Cylindrical-coordinate representation of color #CAC12E: hue angle of 56.54º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CAC12E is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 46 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.21 |
| HSL | 56.54º | 0.63% | 0.49% | - |
| HSV(B) | 56.54º | 0.77% | 0.79% | - |
| XYZ | 43.92 | 50.89 | 10.09 | - |
| YUV | 178.93 | 52.98 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 46 | 0 | 0.04 | 0.77 | 0.21 | 56.54 | 0.63 | 0.49 |
| Hex | CA | C1 | 2E | 0 | 4 | 4D | 15 | 39 | 3F | 31 |
| Octal | 312 | 301 | 56 | 0 | 4 | 115 | 25 | 71 | 77 | 61 |
| Binary | 11001010 | 11000001 | 101110 | 0 | 100 | 1001101 | 10101 | 111001 | 111111 | 110001 |
Color Harmonies of #CAC12E
Complementary color
Monochromatic Colors of #CAC12E
Black with #CAC12E
Text Example
Text Example
White with #CAC12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC12E; }
p { color: rgb(202,193,46); }
H1.HeaderClassName
{
color: #CAC12E;
}
.AnyTagClassName
{
color: #CAC12E;
}
</style>
background-color css
<style>
a { background-color: #CAC12E; }
a { background-color: rgb(202,193,46); }
div.DivClassName
{
background-color: #CAC12E;
}
.BgClassName
{
background-color: #CAC12E;
}
</style>
border-color css
<style>
span { border-color: #CAC12E; }
span { border-color: rgb(202,193,46); }
td.TdClassName
{
border-color: #CAC12E;
}
.TagClassName
{
border-color: #CAC12E;
}
</style>