Shades of Barberry #CAC42E
Tints of Barberry #CAC42E
RGB
CMYK
RGB Variations
Color information
#CAC42E (or 0xCAC42E) is known color: Barberry. HEX triplet: CA, C4 and 2E. RGB value is (202,196,46). Sum of RGB (Red+Green+Blue) = 202+196+46=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 46 (18.36% from 255 or 10.36% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC42E is #353BD1. Grayscale: #B5B5B5. Windows color (decimal): -3488722 or 3065034. OLE color: 3065034.
HSL color Cylindrical-coordinate representation of color #CAC42E: hue angle of 57.69º 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 #CAC42E is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 46 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.21 |
| HSL | 57.69º | 0.63% | 0.49% | - |
| HSV(B) | 57.69º | 0.77% | 0.79% | - |
| XYZ | 44.59 | 52.23 | 10.32 | - |
| YUV | 180.69 | 51.99 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 46 | 0 | 0.03 | 0.77 | 0.21 | 57.69 | 0.63 | 0.49 |
| Hex | CA | C4 | 2E | 0 | 3 | 4D | 15 | 3A | 3F | 31 |
| Octal | 312 | 304 | 56 | 0 | 3 | 115 | 25 | 72 | 77 | 61 |
| Binary | 11001010 | 11000100 | 101110 | 0 | 11 | 1001101 | 10101 | 111010 | 111111 | 110001 |
Color Harmonies of #CAC42E
Complementary color
Monochromatic Colors of #CAC42E
Black with #CAC42E
Text Example
Text Example
White with #CAC42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC42E; }
p { color: rgb(202,196,46); }
H1.HeaderClassName
{
color: #CAC42E;
}
.AnyTagClassName
{
color: #CAC42E;
}
</style>
background-color css
<style>
a { background-color: #CAC42E; }
a { background-color: rgb(202,196,46); }
div.DivClassName
{
background-color: #CAC42E;
}
.BgClassName
{
background-color: #CAC42E;
}
</style>
border-color css
<style>
span { border-color: #CAC42E; }
span { border-color: rgb(202,196,46); }
td.TdClassName
{
border-color: #CAC42E;
}
.TagClassName
{
border-color: #CAC42E;
}
</style>