Shades of Barberry #CABA23
Tints of Barberry #CABA23
RGB
CMYK
RGB Variations
Color information
#CABA23 (or 0xCABA23) is known color: Barberry. HEX triplet: CA, BA and 23. RGB value is (202,186,35). Sum of RGB (Red+Green+Blue) = 202+186+35=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 35 (14.06% from 255 or 8.27% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA23 is #3545DC. Grayscale: #AEAEAE. Windows color (decimal): -3491293 or 2341578. OLE color: 2341578.
HSL color Cylindrical-coordinate representation of color #CABA23: hue angle of 54.25º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CABA23 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 35 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.21 |
| HSL | 54.25º | 0.7% | 0.46% | - |
| HSV(B) | 54.25º | 0.83% | 0.79% | - |
| XYZ | 42.22 | 47.8 | 8.59 | - |
| YUV | 173.57 | 49.8 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 35 | 0 | 0.08 | 0.83 | 0.21 | 54.25 | 0.7 | 0.46 |
| Hex | CA | BA | 23 | 0 | 8 | 53 | 15 | 36 | 46 | 2E |
| Octal | 312 | 272 | 43 | 0 | 10 | 123 | 25 | 66 | 106 | 56 |
| Binary | 11001010 | 10111010 | 100011 | 0 | 1000 | 1010011 | 10101 | 110110 | 1000110 | 101110 |
Color Harmonies of #CABA23
Complementary color
Monochromatic Colors of #CABA23
Black with #CABA23
Text Example
Text Example
White with #CABA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA23; }
p { color: rgb(202,186,35); }
H1.HeaderClassName
{
color: #CABA23;
}
.AnyTagClassName
{
color: #CABA23;
}
</style>
background-color css
<style>
a { background-color: #CABA23; }
a { background-color: rgb(202,186,35); }
div.DivClassName
{
background-color: #CABA23;
}
.BgClassName
{
background-color: #CABA23;
}
</style>
border-color css
<style>
span { border-color: #CABA23; }
span { border-color: rgb(202,186,35); }
td.TdClassName
{
border-color: #CABA23;
}
.TagClassName
{
border-color: #CABA23;
}
</style>