Shades of Barberry #CABA2A
Tints of Barberry #CABA2A
RGB
CMYK
RGB Variations
Color information
#CABA2A (or 0xCABA2A) is known color: Barberry. HEX triplet: CA, BA and 2A. RGB value is (202,186,42). Sum of RGB (Red+Green+Blue) = 202+186+42=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 42 (16.80% from 255 or 9.77% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA2A is #3545D5. Grayscale: #AEAEAE. Windows color (decimal): -3491286 or 2800330. OLE color: 2800330.
HSL color Cylindrical-coordinate representation of color #CABA2A: hue angle of 54º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CABA2A is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 42 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.21 |
| HSL | 54º | 0.66% | 0.48% | - |
| HSV(B) | 54º | 0.79% | 0.79% | - |
| XYZ | 42.33 | 47.84 | 9.19 | - |
| YUV | 174.37 | 53.3 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 42 | 0 | 0.08 | 0.79 | 0.21 | 54 | 0.66 | 0.48 |
| Hex | CA | BA | 2A | 0 | 8 | 4F | 15 | 36 | 42 | 30 |
| Octal | 312 | 272 | 52 | 0 | 10 | 117 | 25 | 66 | 102 | 60 |
| Binary | 11001010 | 10111010 | 101010 | 0 | 1000 | 1001111 | 10101 | 110110 | 1000010 | 110000 |
Color Harmonies of #CABA2A
Complementary color
Monochromatic Colors of #CABA2A
Black with #CABA2A
Text Example
Text Example
White with #CABA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA2A; }
p { color: rgb(202,186,42); }
H1.HeaderClassName
{
color: #CABA2A;
}
.AnyTagClassName
{
color: #CABA2A;
}
</style>
background-color css
<style>
a { background-color: #CABA2A; }
a { background-color: rgb(202,186,42); }
div.DivClassName
{
background-color: #CABA2A;
}
.BgClassName
{
background-color: #CABA2A;
}
</style>
border-color css
<style>
span { border-color: #CABA2A; }
span { border-color: rgb(202,186,42); }
td.TdClassName
{
border-color: #CABA2A;
}
.TagClassName
{
border-color: #CABA2A;
}
</style>