Shades of Barberry #CAC52B
Tints of Barberry #CAC52B
RGB
CMYK
RGB Variations
Color information
#CAC52B (or 0xCAC52B) is known color: Barberry. HEX triplet: CA, C5 and 2B. RGB value is (202,197,43). Sum of RGB (Red+Green+Blue) = 202+197+43=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 43 (17.19% from 255 or 9.73% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC52B is #353AD4. Grayscale: #B5B5B5. Windows color (decimal): -3488469 or 2868682. OLE color: 2868682.
HSL color Cylindrical-coordinate representation of color #CAC52B: hue angle of 58.11º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CAC52B is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 43 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.21 |
| HSL | 58.11º | 0.65% | 0.48% | - |
| HSV(B) | 58.11º | 0.79% | 0.79% | - |
| XYZ | 44.76 | 52.66 | 10.09 | - |
| YUV | 180.94 | 50.16 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 43 | 0 | 0.02 | 0.79 | 0.21 | 58.11 | 0.65 | 0.48 |
| Hex | CA | C5 | 2B | 0 | 2 | 4F | 15 | 3A | 41 | 30 |
| Octal | 312 | 305 | 53 | 0 | 2 | 117 | 25 | 72 | 101 | 60 |
| Binary | 11001010 | 11000101 | 101011 | 0 | 10 | 1001111 | 10101 | 111010 | 1000001 | 110000 |
Color Harmonies of #CAC52B
Complementary color
Monochromatic Colors of #CAC52B
Black with #CAC52B
Text Example
Text Example
White with #CAC52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC52B; }
p { color: rgb(202,197,43); }
H1.HeaderClassName
{
color: #CAC52B;
}
.AnyTagClassName
{
color: #CAC52B;
}
</style>
background-color css
<style>
a { background-color: #CAC52B; }
a { background-color: rgb(202,197,43); }
div.DivClassName
{
background-color: #CAC52B;
}
.BgClassName
{
background-color: #CAC52B;
}
</style>
border-color css
<style>
span { border-color: #CAC52B; }
span { border-color: rgb(202,197,43); }
td.TdClassName
{
border-color: #CAC52B;
}
.TagClassName
{
border-color: #CAC52B;
}
</style>