Shades of Barberry #CABB23
Tints of Barberry #CABB23
RGB
CMYK
RGB Variations
Color information
#CABB23 (or 0xCABB23) is known color: Barberry. HEX triplet: CA, BB and 23. RGB value is (202,187,35). Sum of RGB (Red+Green+Blue) = 202+187+35=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 35 (14.06% from 255 or 8.25% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB23 is #3544DC. Grayscale: #AEAEAE. Windows color (decimal): -3491037 or 2341834. OLE color: 2341834.
HSL color Cylindrical-coordinate representation of color #CABB23: hue angle of 54.61º 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 #CABB23 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 35 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.21 |
| HSL | 54.61º | 0.7% | 0.46% | - |
| HSV(B) | 54.61º | 0.83% | 0.79% | - |
| XYZ | 42.43 | 48.22 | 8.66 | - |
| YUV | 174.16 | 49.47 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 35 | 0 | 0.07 | 0.83 | 0.21 | 54.61 | 0.7 | 0.46 |
| Hex | CA | BB | 23 | 0 | 7 | 53 | 15 | 37 | 46 | 2E |
| Octal | 312 | 273 | 43 | 0 | 7 | 123 | 25 | 67 | 106 | 56 |
| Binary | 11001010 | 10111011 | 100011 | 0 | 111 | 1010011 | 10101 | 110111 | 1000110 | 101110 |
Color Harmonies of #CABB23
Complementary color
Monochromatic Colors of #CABB23
Black with #CABB23
Text Example
Text Example
White with #CABB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB23; }
p { color: rgb(202,187,35); }
H1.HeaderClassName
{
color: #CABB23;
}
.AnyTagClassName
{
color: #CABB23;
}
</style>
background-color css
<style>
a { background-color: #CABB23; }
a { background-color: rgb(202,187,35); }
div.DivClassName
{
background-color: #CABB23;
}
.BgClassName
{
background-color: #CABB23;
}
</style>
border-color css
<style>
span { border-color: #CABB23; }
span { border-color: rgb(202,187,35); }
td.TdClassName
{
border-color: #CABB23;
}
.TagClassName
{
border-color: #CABB23;
}
</style>