Shades of Barberry #CABA28
Tints of Barberry #CABA28
RGB
CMYK
RGB Variations
Color information
#CABA28 (or 0xCABA28) is known color: Barberry. HEX triplet: CA, BA and 28. RGB value is (202,186,40). Sum of RGB (Red+Green+Blue) = 202+186+40=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 40 (16.02% from 255 or 9.35% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA28 is #3545D7. Grayscale: #AEAEAE. Windows color (decimal): -3491288 or 2669258. OLE color: 2669258.
HSL color Cylindrical-coordinate representation of color #CABA28: hue angle of 54.07º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CABA28 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 40 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.21 |
| HSL | 54.07º | 0.67% | 0.47% | - |
| HSV(B) | 54.07º | 0.8% | 0.79% | - |
| XYZ | 42.3 | 47.83 | 9.01 | - |
| YUV | 174.14 | 52.3 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 40 | 0 | 0.08 | 0.80 | 0.21 | 54.07 | 0.67 | 0.47 |
| Hex | CA | BA | 28 | 0 | 8 | 50 | 15 | 36 | 43 | 2F |
| Octal | 312 | 272 | 50 | 0 | 10 | 120 | 25 | 66 | 103 | 57 |
| Binary | 11001010 | 10111010 | 101000 | 0 | 1000 | 1010000 | 10101 | 110110 | 1000011 | 101111 |
Color Harmonies of #CABA28
Complementary color
Monochromatic Colors of #CABA28
Black with #CABA28
Text Example
Text Example
White with #CABA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA28; }
p { color: rgb(202,186,40); }
H1.HeaderClassName
{
color: #CABA28;
}
.AnyTagClassName
{
color: #CABA28;
}
</style>
background-color css
<style>
a { background-color: #CABA28; }
a { background-color: rgb(202,186,40); }
div.DivClassName
{
background-color: #CABA28;
}
.BgClassName
{
background-color: #CABA28;
}
</style>
border-color css
<style>
span { border-color: #CABA28; }
span { border-color: rgb(202,186,40); }
td.TdClassName
{
border-color: #CABA28;
}
.TagClassName
{
border-color: #CABA28;
}
</style>