Shades of Barberry #CAB928
Tints of Barberry #CAB928
RGB
CMYK
RGB Variations
Color information
#CAB928 (or 0xCAB928) is known color: Barberry. HEX triplet: CA, B9 and 28. RGB value is (202,185,40). Sum of RGB (Red+Green+Blue) = 202+185+40=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 40 (16.02% from 255 or 9.37% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB928 is #3546D7. Grayscale: #AEAEAE. Windows color (decimal): -3491544 or 2669002. OLE color: 2669002.
HSL color Cylindrical-coordinate representation of color #CAB928: hue angle of 53.7º 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 #CAB928 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 40 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.21 |
| HSL | 53.7º | 0.67% | 0.47% | - |
| HSV(B) | 53.7º | 0.8% | 0.79% | - |
| XYZ | 42.09 | 47.41 | 8.94 | - |
| YUV | 173.55 | 52.63 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 40 | 0 | 0.08 | 0.80 | 0.21 | 53.7 | 0.67 | 0.47 |
| Hex | CA | B9 | 28 | 0 | 8 | 50 | 15 | 36 | 43 | 2F |
| Octal | 312 | 271 | 50 | 0 | 10 | 120 | 25 | 66 | 103 | 57 |
| Binary | 11001010 | 10111001 | 101000 | 0 | 1000 | 1010000 | 10101 | 110110 | 1000011 | 101111 |
Color Harmonies of #CAB928
Complementary color
Monochromatic Colors of #CAB928
Black with #CAB928
Text Example
Text Example
White with #CAB928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB928; }
p { color: rgb(202,185,40); }
H1.HeaderClassName
{
color: #CAB928;
}
.AnyTagClassName
{
color: #CAB928;
}
</style>
background-color css
<style>
a { background-color: #CAB928; }
a { background-color: rgb(202,185,40); }
div.DivClassName
{
background-color: #CAB928;
}
.BgClassName
{
background-color: #CAB928;
}
</style>
border-color css
<style>
span { border-color: #CAB928; }
span { border-color: rgb(202,185,40); }
td.TdClassName
{
border-color: #CAB928;
}
.TagClassName
{
border-color: #CAB928;
}
</style>