Shades of Barberry #CAB726
Tints of Barberry #CAB726
RGB
CMYK
RGB Variations
Color information
#CAB726 (or 0xCAB726) is known color: Barberry. HEX triplet: CA, B7 and 26. RGB value is (202,183,38). Sum of RGB (Red+Green+Blue) = 202+183+38=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 38 (15.23% from 255 or 8.98% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB726 is #3548D9. Grayscale: #ACACAC. Windows color (decimal): -3492058 or 2537418. OLE color: 2537418.
HSL color Cylindrical-coordinate representation of color #CAB726: hue angle of 53.05º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAB726 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 38 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.21 |
| HSL | 53.05º | 0.68% | 0.47% | - |
| HSV(B) | 53.05º | 0.81% | 0.79% | - |
| XYZ | 41.64 | 46.56 | 8.63 | - |
| YUV | 172.15 | 52.29 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 38 | 0 | 0.09 | 0.81 | 0.21 | 53.05 | 0.68 | 0.47 |
| Hex | CA | B7 | 26 | 0 | 9 | 51 | 15 | 35 | 44 | 2F |
| Octal | 312 | 267 | 46 | 0 | 11 | 121 | 25 | 65 | 104 | 57 |
| Binary | 11001010 | 10110111 | 100110 | 0 | 1001 | 1010001 | 10101 | 110101 | 1000100 | 101111 |
Color Harmonies of #CAB726
Complementary color
Monochromatic Colors of #CAB726
Black with #CAB726
Text Example
Text Example
White with #CAB726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB726; }
p { color: rgb(202,183,38); }
H1.HeaderClassName
{
color: #CAB726;
}
.AnyTagClassName
{
color: #CAB726;
}
</style>
background-color css
<style>
a { background-color: #CAB726; }
a { background-color: rgb(202,183,38); }
div.DivClassName
{
background-color: #CAB726;
}
.BgClassName
{
background-color: #CAB726;
}
</style>
border-color css
<style>
span { border-color: #CAB726; }
span { border-color: rgb(202,183,38); }
td.TdClassName
{
border-color: #CAB726;
}
.TagClassName
{
border-color: #CAB726;
}
</style>