Shades of Barberry #C8C12E
Tints of Barberry #C8C12E
RGB
CMYK
RGB Variations
Color information
#C8C12E (or 0xC8C12E) is known color: Barberry. HEX triplet: C8, C1 and 2E. RGB value is (200,193,46). Sum of RGB (Red+Green+Blue) = 200+193+46=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 46 (18.36% from 255 or 10.48% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C12E is #373ED1. Grayscale: #B2B2B2. Windows color (decimal): -3620562 or 3064264. OLE color: 3064264.
HSL color Cylindrical-coordinate representation of color #C8C12E: hue angle of 57.27º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8C12E is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 46 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.22 |
| HSL | 57.27º | 0.63% | 0.48% | - |
| HSV(B) | 57.27º | 0.77% | 0.78% | - |
| XYZ | 43.38 | 50.62 | 10.07 | - |
| YUV | 178.34 | 53.32 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 46 | 0 | 0.04 | 0.77 | 0.22 | 57.27 | 0.63 | 0.48 |
| Hex | C8 | C1 | 2E | 0 | 4 | 4D | 16 | 39 | 3F | 30 |
| Octal | 310 | 301 | 56 | 0 | 4 | 115 | 26 | 71 | 77 | 60 |
| Binary | 11001000 | 11000001 | 101110 | 0 | 100 | 1001101 | 10110 | 111001 | 111111 | 110000 |
Color Harmonies of #C8C12E
Complementary color
Monochromatic Colors of #C8C12E
Black with #C8C12E
Text Example
Text Example
White with #C8C12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C12E; }
p { color: rgb(200,193,46); }
H1.HeaderClassName
{
color: #C8C12E;
}
.AnyTagClassName
{
color: #C8C12E;
}
</style>
background-color css
<style>
a { background-color: #C8C12E; }
a { background-color: rgb(200,193,46); }
div.DivClassName
{
background-color: #C8C12E;
}
.BgClassName
{
background-color: #C8C12E;
}
</style>
border-color css
<style>
span { border-color: #C8C12E; }
span { border-color: rgb(200,193,46); }
td.TdClassName
{
border-color: #C8C12E;
}
.TagClassName
{
border-color: #C8C12E;
}
</style>