Shades of Barberry #CABC2C
Tints of Barberry #CABC2C
RGB
CMYK
RGB Variations
Color information
#CABC2C (or 0xCABC2C) is known color: Barberry. HEX triplet: CA, BC and 2C. RGB value is (202,188,44). Sum of RGB (Red+Green+Blue) = 202+188+44=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 44 (17.58% from 255 or 10.14% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABC2C is #3543D3. Grayscale: #B0B0B0. Windows color (decimal): -3490772 or 2931914. OLE color: 2931914.
HSL color Cylindrical-coordinate representation of color #CABC2C: hue angle of 54.68º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CABC2C is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 188 | 44 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.21 |
| HSL | 54.68º | 0.64% | 0.48% | - |
| HSV(B) | 54.68º | 0.78% | 0.79% | - |
| XYZ | 42.79 | 48.7 | 9.53 | - |
| YUV | 175.77 | 53.64 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 188 | 44 | 0 | 0.07 | 0.78 | 0.21 | 54.68 | 0.64 | 0.48 |
| Hex | CA | BC | 2C | 0 | 7 | 4E | 15 | 37 | 40 | 30 |
| Octal | 312 | 274 | 54 | 0 | 7 | 116 | 25 | 67 | 100 | 60 |
| Binary | 11001010 | 10111100 | 101100 | 0 | 111 | 1001110 | 10101 | 110111 | 1000000 | 110000 |
Color Harmonies of #CABC2C
Complementary color
Monochromatic Colors of #CABC2C
Black with #CABC2C
Text Example
Text Example
White with #CABC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABC2C; }
p { color: rgb(202,188,44); }
H1.HeaderClassName
{
color: #CABC2C;
}
.AnyTagClassName
{
color: #CABC2C;
}
</style>
background-color css
<style>
a { background-color: #CABC2C; }
a { background-color: rgb(202,188,44); }
div.DivClassName
{
background-color: #CABC2C;
}
.BgClassName
{
background-color: #CABC2C;
}
</style>
border-color css
<style>
span { border-color: #CABC2C; }
span { border-color: rgb(202,188,44); }
td.TdClassName
{
border-color: #CABC2C;
}
.TagClassName
{
border-color: #CABC2C;
}
</style>