Shades of Barberry #CAC825
Tints of Barberry #CAC825
RGB
CMYK
RGB Variations
Color information
#CAC825 (or 0xCAC825) is known color: Barberry. HEX triplet: CA, C8 and 25. RGB value is (202,200,37). Sum of RGB (Red+Green+Blue) = 202+200+37=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 37 (14.84% from 255 or 8.43% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC825 is #3537DA. Grayscale: #B6B6B6. Windows color (decimal): -3487707 or 2476234. OLE color: 2476234.
HSL color Cylindrical-coordinate representation of color #CAC825: hue angle of 59.27º 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 #CAC825 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 37 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.21 |
| HSL | 59.27º | 0.69% | 0.47% | - |
| HSV(B) | 59.27º | 0.82% | 0.79% | - |
| XYZ | 45.35 | 54 | 9.78 | - |
| YUV | 182.02 | 46.16 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 37 | 0 | 0.01 | 0.82 | 0.21 | 59.27 | 0.69 | 0.47 |
| Hex | CA | C8 | 25 | 0 | 1 | 52 | 15 | 3B | 45 | 2F |
| Octal | 312 | 310 | 45 | 0 | 1 | 122 | 25 | 73 | 105 | 57 |
| Binary | 11001010 | 11001000 | 100101 | 0 | 1 | 1010010 | 10101 | 111011 | 1000101 | 101111 |
Color Harmonies of #CAC825
Complementary color
Monochromatic Colors of #CAC825
Black with #CAC825
Text Example
Text Example
White with #CAC825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC825; }
p { color: rgb(202,200,37); }
H1.HeaderClassName
{
color: #CAC825;
}
.AnyTagClassName
{
color: #CAC825;
}
</style>
background-color css
<style>
a { background-color: #CAC825; }
a { background-color: rgb(202,200,37); }
div.DivClassName
{
background-color: #CAC825;
}
.BgClassName
{
background-color: #CAC825;
}
</style>
border-color css
<style>
span { border-color: #CAC825; }
span { border-color: rgb(202,200,37); }
td.TdClassName
{
border-color: #CAC825;
}
.TagClassName
{
border-color: #CAC825;
}
</style>