Shades of Barberry #CACB2A
Tints of Barberry #CACB2A
RGB
CMYK
RGB Variations
Color information
#CACB2A (or 0xCACB2A) is known color: Barberry. HEX triplet: CA, CB and 2A. RGB value is (202,203,42). Sum of RGB (Red+Green+Blue) = 202+203+42=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 42 (16.80% from 255 or 9.40% from 447); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACB2A is #3534D5. Grayscale: #B8B8B8. Windows color (decimal): -3486934 or 2804682. OLE color: 2804682.
HSL color Cylindrical-coordinate representation of color #CACB2A: hue angle of 60.37º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CACB2A is Cyan = 0.00, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 42 | - |
| CMYK | 0.00 | 0 | 0.79 | 0.20 |
| HSL | 60.37º | 0.66% | 0.48% | - |
| HSV(B) | 60.37º | 0.79% | 0.8% | - |
| XYZ | 46.13 | 55.44 | 10.46 | - |
| YUV | 184.35 | 47.67 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 42 | 0.00 | 0 | 0.79 | 0.20 | 60.37 | 0.66 | 0.48 |
| Hex | CA | CB | 2A | 0 | 0 | 4F | 14 | 3C | 42 | 30 |
| Octal | 312 | 313 | 52 | 0 | 0 | 117 | 24 | 74 | 102 | 60 |
| Binary | 11001010 | 11001011 | 101010 | 0 | 0 | 1001111 | 10100 | 111100 | 1000010 | 110000 |
Color Harmonies of #CACB2A
Complementary color
Monochromatic Colors of #CACB2A
Black with #CACB2A
Text Example
Text Example
White with #CACB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB2A; }
p { color: rgb(202,203,42); }
H1.HeaderClassName
{
color: #CACB2A;
}
.AnyTagClassName
{
color: #CACB2A;
}
</style>
background-color css
<style>
a { background-color: #CACB2A; }
a { background-color: rgb(202,203,42); }
div.DivClassName
{
background-color: #CACB2A;
}
.BgClassName
{
background-color: #CACB2A;
}
</style>
border-color css
<style>
span { border-color: #CACB2A; }
span { border-color: rgb(202,203,42); }
td.TdClassName
{
border-color: #CACB2A;
}
.TagClassName
{
border-color: #CACB2A;
}
</style>