Shades of Barberry #CAC225
Tints of Barberry #CAC225
RGB
CMYK
RGB Variations
Color information
#CAC225 (or 0xCAC225) is known color: Barberry. HEX triplet: CA, C2 and 25. RGB value is (202,194,37). Sum of RGB (Red+Green+Blue) = 202+194+37=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 37 (14.84% from 255 or 8.55% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC225 is #353DDA. Grayscale: #B3B3B3. Windows color (decimal): -3489243 or 2474698. OLE color: 2474698.
HSL color Cylindrical-coordinate representation of color #CAC225: hue angle of 57.09º 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 #CAC225 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 37 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.21 |
| HSL | 57.09º | 0.69% | 0.47% | - |
| HSV(B) | 57.09º | 0.82% | 0.79% | - |
| XYZ | 43.98 | 51.27 | 9.33 | - |
| YUV | 178.49 | 48.15 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 37 | 0 | 0.04 | 0.82 | 0.21 | 57.09 | 0.69 | 0.47 |
| Hex | CA | C2 | 25 | 0 | 4 | 52 | 15 | 39 | 45 | 2F |
| Octal | 312 | 302 | 45 | 0 | 4 | 122 | 25 | 71 | 105 | 57 |
| Binary | 11001010 | 11000010 | 100101 | 0 | 100 | 1010010 | 10101 | 111001 | 1000101 | 101111 |
Color Harmonies of #CAC225
Complementary color
Monochromatic Colors of #CAC225
Black with #CAC225
Text Example
Text Example
White with #CAC225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC225; }
p { color: rgb(202,194,37); }
H1.HeaderClassName
{
color: #CAC225;
}
.AnyTagClassName
{
color: #CAC225;
}
</style>
background-color css
<style>
a { background-color: #CAC225; }
a { background-color: rgb(202,194,37); }
div.DivClassName
{
background-color: #CAC225;
}
.BgClassName
{
background-color: #CAC225;
}
</style>
border-color css
<style>
span { border-color: #CAC225; }
span { border-color: rgb(202,194,37); }
td.TdClassName
{
border-color: #CAC225;
}
.TagClassName
{
border-color: #CAC225;
}
</style>