Shades of Barberry #CAB825
Tints of Barberry #CAB825
RGB
CMYK
RGB Variations
Color information
#CAB825 (or 0xCAB825) is known color: Barberry. HEX triplet: CA, B8 and 25. RGB value is (202,184,37). Sum of RGB (Red+Green+Blue) = 202+184+37=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 37 (14.84% from 255 or 8.75% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB825 is #3547DA. Grayscale: #ADADAD. Windows color (decimal): -3491803 or 2472138. OLE color: 2472138.
HSL color Cylindrical-coordinate representation of color #CAB825: hue angle of 53.45º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CAB825 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 37 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.21 |
| HSL | 53.45º | 0.69% | 0.47% | - |
| HSV(B) | 53.45º | 0.82% | 0.79% | - |
| XYZ | 41.83 | 46.97 | 8.61 | - |
| YUV | 172.62 | 51.46 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 37 | 0 | 0.09 | 0.82 | 0.21 | 53.45 | 0.69 | 0.47 |
| Hex | CA | B8 | 25 | 0 | 9 | 52 | 15 | 35 | 45 | 2F |
| Octal | 312 | 270 | 45 | 0 | 11 | 122 | 25 | 65 | 105 | 57 |
| Binary | 11001010 | 10111000 | 100101 | 0 | 1001 | 1010010 | 10101 | 110101 | 1000101 | 101111 |
Color Harmonies of #CAB825
Complementary color
Monochromatic Colors of #CAB825
Black with #CAB825
Text Example
Text Example
White with #CAB825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB825; }
p { color: rgb(202,184,37); }
H1.HeaderClassName
{
color: #CAB825;
}
.AnyTagClassName
{
color: #CAB825;
}
</style>
background-color css
<style>
a { background-color: #CAB825; }
a { background-color: rgb(202,184,37); }
div.DivClassName
{
background-color: #CAB825;
}
.BgClassName
{
background-color: #CAB825;
}
</style>
border-color css
<style>
span { border-color: #CAB825; }
span { border-color: rgb(202,184,37); }
td.TdClassName
{
border-color: #CAB825;
}
.TagClassName
{
border-color: #CAB825;
}
</style>