Shades of Barberry #CAC725
Tints of Barberry #CAC725
RGB
CMYK
RGB Variations
Color information
#CAC725 (or 0xCAC725) is known color: Barberry. HEX triplet: CA, C7 and 25. RGB value is (202,199,37). Sum of RGB (Red+Green+Blue) = 202+199+37=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 199 (78.12% from 255 or 45.43% from 438); Blue value is 37 (14.84% from 255 or 8.45% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC725 is #3538DA. Grayscale: #B6B6B6. Windows color (decimal): -3487963 or 2475978. OLE color: 2475978.
HSL color Cylindrical-coordinate representation of color #CAC725: hue angle of 58.91º 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 #CAC725 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 37 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.21 |
| HSL | 58.91º | 0.69% | 0.47% | - |
| HSV(B) | 58.91º | 0.82% | 0.79% | - |
| XYZ | 45.11 | 53.54 | 9.71 | - |
| YUV | 181.43 | 46.49 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 37 | 0 | 0.01 | 0.82 | 0.21 | 58.91 | 0.69 | 0.47 |
| Hex | CA | C7 | 25 | 0 | 1 | 52 | 15 | 3B | 45 | 2F |
| Octal | 312 | 307 | 45 | 0 | 1 | 122 | 25 | 73 | 105 | 57 |
| Binary | 11001010 | 11000111 | 100101 | 0 | 1 | 1010010 | 10101 | 111011 | 1000101 | 101111 |
Color Harmonies of #CAC725
Complementary color
Monochromatic Colors of #CAC725
Black with #CAC725
Text Example
Text Example
White with #CAC725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC725; }
p { color: rgb(202,199,37); }
H1.HeaderClassName
{
color: #CAC725;
}
.AnyTagClassName
{
color: #CAC725;
}
</style>
background-color css
<style>
a { background-color: #CAC725; }
a { background-color: rgb(202,199,37); }
div.DivClassName
{
background-color: #CAC725;
}
.BgClassName
{
background-color: #CAC725;
}
</style>
border-color css
<style>
span { border-color: #CAC725; }
span { border-color: rgb(202,199,37); }
td.TdClassName
{
border-color: #CAC725;
}
.TagClassName
{
border-color: #CAC725;
}
</style>