Shades of Barberry #CAC023
Tints of Barberry #CAC023
RGB
CMYK
RGB Variations
Color information
#CAC023 (or 0xCAC023) is known color: Barberry. HEX triplet: CA, C0 and 23. RGB value is (202,192,35). Sum of RGB (Red+Green+Blue) = 202+192+35=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 35 (14.06% from 255 or 8.16% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC023 is #353FDC. Grayscale: #B1B1B1. Windows color (decimal): -3489757 or 2343114. OLE color: 2343114.
HSL color Cylindrical-coordinate representation of color #CAC023: hue angle of 56.41º 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 #CAC023 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 35 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.21 |
| HSL | 56.41º | 0.7% | 0.46% | - |
| HSV(B) | 56.41º | 0.83% | 0.79% | - |
| XYZ | 43.51 | 50.38 | 9.02 | - |
| YUV | 177.09 | 47.81 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 35 | 0 | 0.05 | 0.83 | 0.21 | 56.41 | 0.7 | 0.46 |
| Hex | CA | C0 | 23 | 0 | 5 | 53 | 15 | 38 | 46 | 2E |
| Octal | 312 | 300 | 43 | 0 | 5 | 123 | 25 | 70 | 106 | 56 |
| Binary | 11001010 | 11000000 | 100011 | 0 | 101 | 1010011 | 10101 | 111000 | 1000110 | 101110 |
Color Harmonies of #CAC023
Complementary color
Monochromatic Colors of #CAC023
Black with #CAC023
Text Example
Text Example
White with #CAC023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC023; }
p { color: rgb(202,192,35); }
H1.HeaderClassName
{
color: #CAC023;
}
.AnyTagClassName
{
color: #CAC023;
}
</style>
background-color css
<style>
a { background-color: #CAC023; }
a { background-color: rgb(202,192,35); }
div.DivClassName
{
background-color: #CAC023;
}
.BgClassName
{
background-color: #CAC023;
}
</style>
border-color css
<style>
span { border-color: #CAC023; }
span { border-color: rgb(202,192,35); }
td.TdClassName
{
border-color: #CAC023;
}
.TagClassName
{
border-color: #CAC023;
}
</style>