Shades of Barberry #CAC124
Tints of Barberry #CAC124
RGB
CMYK
RGB Variations
Color information
#CAC124 (or 0xCAC124) is known color: Barberry. HEX triplet: CA, C1 and 24. RGB value is (202,193,36). Sum of RGB (Red+Green+Blue) = 202+193+36=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 36 (14.45% from 255 or 8.35% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC124 is #353EDB. Grayscale: #B2B2B2. Windows color (decimal): -3489500 or 2408906. OLE color: 2408906.
HSL color Cylindrical-coordinate representation of color #CAC124: hue angle of 56.75º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CAC124 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 36 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.21 |
| HSL | 56.75º | 0.7% | 0.47% | - |
| HSV(B) | 56.75º | 0.82% | 0.79% | - |
| XYZ | 43.75 | 50.82 | 9.17 | - |
| YUV | 177.79 | 47.98 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 36 | 0 | 0.04 | 0.82 | 0.21 | 56.75 | 0.7 | 0.47 |
| Hex | CA | C1 | 24 | 0 | 4 | 52 | 15 | 39 | 46 | 2F |
| Octal | 312 | 301 | 44 | 0 | 4 | 122 | 25 | 71 | 106 | 57 |
| Binary | 11001010 | 11000001 | 100100 | 0 | 100 | 1010010 | 10101 | 111001 | 1000110 | 101111 |
Color Harmonies of #CAC124
Complementary color
Monochromatic Colors of #CAC124
Black with #CAC124
Text Example
Text Example
White with #CAC124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC124; }
p { color: rgb(202,193,36); }
H1.HeaderClassName
{
color: #CAC124;
}
.AnyTagClassName
{
color: #CAC124;
}
</style>
background-color css
<style>
a { background-color: #CAC124; }
a { background-color: rgb(202,193,36); }
div.DivClassName
{
background-color: #CAC124;
}
.BgClassName
{
background-color: #CAC124;
}
</style>
border-color css
<style>
span { border-color: #CAC124; }
span { border-color: rgb(202,193,36); }
td.TdClassName
{
border-color: #CAC124;
}
.TagClassName
{
border-color: #CAC124;
}
</style>