Shades of Barberry #CAC02C
Tints of Barberry #CAC02C
RGB
CMYK
RGB Variations
Color information
#CAC02C (or 0xCAC02C) is known color: Barberry. HEX triplet: CA, C0 and 2C. RGB value is (202,192,44). Sum of RGB (Red+Green+Blue) = 202+192+44=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 44 (17.58% from 255 or 10.05% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC02C is #353FD3. Grayscale: #B2B2B2. Windows color (decimal): -3489748 or 2932938. OLE color: 2932938.
HSL color Cylindrical-coordinate representation of color #CAC02C: hue angle of 56.2º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAC02C is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 44 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.21 |
| HSL | 56.2º | 0.64% | 0.48% | - |
| HSV(B) | 56.2º | 0.78% | 0.79% | - |
| XYZ | 43.66 | 50.44 | 9.82 | - |
| YUV | 178.12 | 52.31 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 44 | 0 | 0.05 | 0.78 | 0.21 | 56.2 | 0.64 | 0.48 |
| Hex | CA | C0 | 2C | 0 | 5 | 4E | 15 | 38 | 40 | 30 |
| Octal | 312 | 300 | 54 | 0 | 5 | 116 | 25 | 70 | 100 | 60 |
| Binary | 11001010 | 11000000 | 101100 | 0 | 101 | 1001110 | 10101 | 111000 | 1000000 | 110000 |
Color Harmonies of #CAC02C
Complementary color
Monochromatic Colors of #CAC02C
Black with #CAC02C
Text Example
Text Example
White with #CAC02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC02C; }
p { color: rgb(202,192,44); }
H1.HeaderClassName
{
color: #CAC02C;
}
.AnyTagClassName
{
color: #CAC02C;
}
</style>
background-color css
<style>
a { background-color: #CAC02C; }
a { background-color: rgb(202,192,44); }
div.DivClassName
{
background-color: #CAC02C;
}
.BgClassName
{
background-color: #CAC02C;
}
</style>
border-color css
<style>
span { border-color: #CAC02C; }
span { border-color: rgb(202,192,44); }
td.TdClassName
{
border-color: #CAC02C;
}
.TagClassName
{
border-color: #CAC02C;
}
</style>