Shades of Barberry #CAC127
Tints of Barberry #CAC127
RGB
CMYK
RGB Variations
Color information
#CAC127 (or 0xCAC127) is known color: Barberry. HEX triplet: CA, C1 and 27. RGB value is (202,193,39). Sum of RGB (Red+Green+Blue) = 202+193+39=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 39 (15.62% from 255 or 8.99% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC127 is #353ED8. Grayscale: #B2B2B2. Windows color (decimal): -3489497 or 2605514. OLE color: 2605514.
HSL color Cylindrical-coordinate representation of color #CAC127: hue angle of 56.69º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAC127 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 39 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.21 |
| HSL | 56.69º | 0.68% | 0.47% | - |
| HSV(B) | 56.69º | 0.81% | 0.79% | - |
| XYZ | 43.79 | 50.84 | 9.42 | - |
| YUV | 178.14 | 49.48 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 39 | 0 | 0.04 | 0.81 | 0.21 | 56.69 | 0.68 | 0.47 |
| Hex | CA | C1 | 27 | 0 | 4 | 51 | 15 | 39 | 44 | 2F |
| Octal | 312 | 301 | 47 | 0 | 4 | 121 | 25 | 71 | 104 | 57 |
| Binary | 11001010 | 11000001 | 100111 | 0 | 100 | 1010001 | 10101 | 111001 | 1000100 | 101111 |
Color Harmonies of #CAC127
Complementary color
Monochromatic Colors of #CAC127
Black with #CAC127
Text Example
Text Example
White with #CAC127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC127; }
p { color: rgb(202,193,39); }
H1.HeaderClassName
{
color: #CAC127;
}
.AnyTagClassName
{
color: #CAC127;
}
</style>
background-color css
<style>
a { background-color: #CAC127; }
a { background-color: rgb(202,193,39); }
div.DivClassName
{
background-color: #CAC127;
}
.BgClassName
{
background-color: #CAC127;
}
</style>
border-color css
<style>
span { border-color: #CAC127; }
span { border-color: rgb(202,193,39); }
td.TdClassName
{
border-color: #CAC127;
}
.TagClassName
{
border-color: #CAC127;
}
</style>