Shades of Barberry #CAC429
Tints of Barberry #CAC429
RGB
CMYK
RGB Variations
Color information
#CAC429 (or 0xCAC429) is known color: Barberry. HEX triplet: CA, C4 and 29. RGB value is (202,196,41). Sum of RGB (Red+Green+Blue) = 202+196+41=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 41 (16.41% from 255 or 9.34% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC429 is #353BD6. Grayscale: #B4B4B4. Windows color (decimal): -3488727 or 2737354. OLE color: 2737354.
HSL color Cylindrical-coordinate representation of color #CAC429: hue angle of 57.76º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAC429 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 41 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.21 |
| HSL | 57.76º | 0.66% | 0.48% | - |
| HSV(B) | 57.76º | 0.8% | 0.79% | - |
| XYZ | 44.5 | 52.2 | 9.83 | - |
| YUV | 180.12 | 49.49 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 41 | 0 | 0.03 | 0.80 | 0.21 | 57.76 | 0.66 | 0.48 |
| Hex | CA | C4 | 29 | 0 | 3 | 50 | 15 | 3A | 42 | 30 |
| Octal | 312 | 304 | 51 | 0 | 3 | 120 | 25 | 72 | 102 | 60 |
| Binary | 11001010 | 11000100 | 101001 | 0 | 11 | 1010000 | 10101 | 111010 | 1000010 | 110000 |
Color Harmonies of #CAC429
Complementary color
Monochromatic Colors of #CAC429
Black with #CAC429
Text Example
Text Example
White with #CAC429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC429; }
p { color: rgb(202,196,41); }
H1.HeaderClassName
{
color: #CAC429;
}
.AnyTagClassName
{
color: #CAC429;
}
</style>
background-color css
<style>
a { background-color: #CAC429; }
a { background-color: rgb(202,196,41); }
div.DivClassName
{
background-color: #CAC429;
}
.BgClassName
{
background-color: #CAC429;
}
</style>
border-color css
<style>
span { border-color: #CAC429; }
span { border-color: rgb(202,196,41); }
td.TdClassName
{
border-color: #CAC429;
}
.TagClassName
{
border-color: #CAC429;
}
</style>