Shades of Barberry #CAC82A
Tints of Barberry #CAC82A
RGB
CMYK
RGB Variations
Color information
#CAC82A (or 0xCAC82A) is known color: Barberry. HEX triplet: CA, C8 and 2A. RGB value is (202,200,42). Sum of RGB (Red+Green+Blue) = 202+200+42=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 42 (16.80% from 255 or 9.46% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC82A is #3537D5. Grayscale: #B7B7B7. Windows color (decimal): -3487702 or 2803914. OLE color: 2803914.
HSL color Cylindrical-coordinate representation of color #CAC82A: hue angle of 59.25º degrees, saturation: 0.66, 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 #CAC82A is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 42 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.21 |
| HSL | 59.25º | 0.66% | 0.48% | - |
| HSV(B) | 59.25º | 0.79% | 0.79% | - |
| XYZ | 45.43 | 54.03 | 10.23 | - |
| YUV | 182.59 | 48.66 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 42 | 0 | 0.01 | 0.79 | 0.21 | 59.25 | 0.66 | 0.48 |
| Hex | CA | C8 | 2A | 0 | 1 | 4F | 15 | 3B | 42 | 30 |
| Octal | 312 | 310 | 52 | 0 | 1 | 117 | 25 | 73 | 102 | 60 |
| Binary | 11001010 | 11001000 | 101010 | 0 | 1 | 1001111 | 10101 | 111011 | 1000010 | 110000 |
Color Harmonies of #CAC82A
Complementary color
Monochromatic Colors of #CAC82A
Black with #CAC82A
Text Example
Text Example
White with #CAC82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC82A; }
p { color: rgb(202,200,42); }
H1.HeaderClassName
{
color: #CAC82A;
}
.AnyTagClassName
{
color: #CAC82A;
}
</style>
background-color css
<style>
a { background-color: #CAC82A; }
a { background-color: rgb(202,200,42); }
div.DivClassName
{
background-color: #CAC82A;
}
.BgClassName
{
background-color: #CAC82A;
}
</style>
border-color css
<style>
span { border-color: #CAC82A; }
span { border-color: rgb(202,200,42); }
td.TdClassName
{
border-color: #CAC82A;
}
.TagClassName
{
border-color: #CAC82A;
}
</style>