Shades of Barberry #C2BF2A
Tints of Barberry #C2BF2A
RGB
CMYK
RGB Variations
Color information
#C2BF2A (or 0xC2BF2A) is known color: Barberry. HEX triplet: C2, BF and 2A. RGB value is (194,191,42). Sum of RGB (Red+Green+Blue) = 194+191+42=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 42 (16.80% from 255 or 9.84% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF2A is #3D40D5. Grayscale: #AFAFAF. Windows color (decimal): -4014294 or 2801602. OLE color: 2801602.
HSL color Cylindrical-coordinate representation of color #C2BF2A: hue angle of 58.82º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2BF2A is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 42 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.24 |
| HSL | 58.82º | 0.64% | 0.46% | - |
| HSV(B) | 58.82º | 0.78% | 0.76% | - |
| XYZ | 41.3 | 48.9 | 9.45 | - |
| YUV | 174.91 | 52.99 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 42 | 0 | 0.02 | 0.78 | 0.24 | 58.82 | 0.64 | 0.46 |
| Hex | C2 | BF | 2A | 0 | 2 | 4E | 18 | 3B | 40 | 2E |
| Octal | 302 | 277 | 52 | 0 | 2 | 116 | 30 | 73 | 100 | 56 |
| Binary | 11000010 | 10111111 | 101010 | 0 | 10 | 1001110 | 11000 | 111011 | 1000000 | 101110 |
Color Harmonies of #C2BF2A
Complementary color
Monochromatic Colors of #C2BF2A
Black with #C2BF2A
Text Example
Text Example
White with #C2BF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF2A; }
p { color: rgb(194,191,42); }
H1.HeaderClassName
{
color: #C2BF2A;
}
.AnyTagClassName
{
color: #C2BF2A;
}
</style>
background-color css
<style>
a { background-color: #C2BF2A; }
a { background-color: rgb(194,191,42); }
div.DivClassName
{
background-color: #C2BF2A;
}
.BgClassName
{
background-color: #C2BF2A;
}
</style>
border-color css
<style>
span { border-color: #C2BF2A; }
span { border-color: rgb(194,191,42); }
td.TdClassName
{
border-color: #C2BF2A;
}
.TagClassName
{
border-color: #C2BF2A;
}
</style>