Shades of Barberry #CAC028
Tints of Barberry #CAC028
RGB
CMYK
RGB Variations
Color information
#CAC028 (or 0xCAC028) is known color: Barberry. HEX triplet: CA, C0 and 28. RGB value is (202,192,40). Sum of RGB (Red+Green+Blue) = 202+192+40=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 40 (16.02% from 255 or 9.22% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC028 is #353FD7. Grayscale: #B2B2B2. Windows color (decimal): -3489752 or 2670794. OLE color: 2670794.
HSL color Cylindrical-coordinate representation of color #CAC028: hue angle of 56.3º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAC028 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 40 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.21 |
| HSL | 56.3º | 0.67% | 0.47% | - |
| HSV(B) | 56.3º | 0.8% | 0.79% | - |
| XYZ | 43.59 | 50.41 | 9.44 | - |
| YUV | 177.66 | 50.31 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 40 | 0 | 0.05 | 0.80 | 0.21 | 56.3 | 0.67 | 0.47 |
| Hex | CA | C0 | 28 | 0 | 5 | 50 | 15 | 38 | 43 | 2F |
| Octal | 312 | 300 | 50 | 0 | 5 | 120 | 25 | 70 | 103 | 57 |
| Binary | 11001010 | 11000000 | 101000 | 0 | 101 | 1010000 | 10101 | 111000 | 1000011 | 101111 |
Color Harmonies of #CAC028
Complementary color
Monochromatic Colors of #CAC028
Black with #CAC028
Text Example
Text Example
White with #CAC028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC028; }
p { color: rgb(202,192,40); }
H1.HeaderClassName
{
color: #CAC028;
}
.AnyTagClassName
{
color: #CAC028;
}
</style>
background-color css
<style>
a { background-color: #CAC028; }
a { background-color: rgb(202,192,40); }
div.DivClassName
{
background-color: #CAC028;
}
.BgClassName
{
background-color: #CAC028;
}
</style>
border-color css
<style>
span { border-color: #CAC028; }
span { border-color: rgb(202,192,40); }
td.TdClassName
{
border-color: #CAC028;
}
.TagClassName
{
border-color: #CAC028;
}
</style>