Shades of Barberry #CAC623
Tints of Barberry #CAC623
RGB
CMYK
RGB Variations
Color information
#CAC623 (or 0xCAC623) is known color: Barberry. HEX triplet: CA, C6 and 23. RGB value is (202,198,35). Sum of RGB (Red+Green+Blue) = 202+198+35=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 35 (14.06% from 255 or 8.05% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC623 is #3539DC. Grayscale: #B5B5B5. Windows color (decimal): -3488221 or 2344650. OLE color: 2344650.
HSL color Cylindrical-coordinate representation of color #CAC623: hue angle of 58.56º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAC623 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 35 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.21 |
| HSL | 58.56º | 0.7% | 0.46% | - |
| HSV(B) | 58.56º | 0.83% | 0.79% | - |
| XYZ | 44.85 | 53.07 | 9.47 | - |
| YUV | 180.61 | 45.83 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 35 | 0 | 0.02 | 0.83 | 0.21 | 58.56 | 0.7 | 0.46 |
| Hex | CA | C6 | 23 | 0 | 2 | 53 | 15 | 3B | 46 | 2E |
| Octal | 312 | 306 | 43 | 0 | 2 | 123 | 25 | 73 | 106 | 56 |
| Binary | 11001010 | 11000110 | 100011 | 0 | 10 | 1010011 | 10101 | 111011 | 1000110 | 101110 |
Color Harmonies of #CAC623
Complementary color
Monochromatic Colors of #CAC623
Black with #CAC623
Text Example
Text Example
White with #CAC623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC623; }
p { color: rgb(202,198,35); }
H1.HeaderClassName
{
color: #CAC623;
}
.AnyTagClassName
{
color: #CAC623;
}
</style>
background-color css
<style>
a { background-color: #CAC623; }
a { background-color: rgb(202,198,35); }
div.DivClassName
{
background-color: #CAC623;
}
.BgClassName
{
background-color: #CAC623;
}
</style>
border-color css
<style>
span { border-color: #CAC623; }
span { border-color: rgb(202,198,35); }
td.TdClassName
{
border-color: #CAC623;
}
.TagClassName
{
border-color: #CAC623;
}
</style>