Shades of Barberry #C8C02B
Tints of Barberry #C8C02B
RGB
CMYK
RGB Variations
Color information
#C8C02B (or 0xC8C02B) is known color: Barberry. HEX triplet: C8, C0 and 2B. RGB value is (200,192,43). Sum of RGB (Red+Green+Blue) = 200+192+43=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 43 (17.19% from 255 or 9.89% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C02B is #373FD4. Grayscale: #B2B2B2. Windows color (decimal): -3620821 or 2867400. OLE color: 2867400.
HSL color Cylindrical-coordinate representation of color #C8C02B: hue angle of 56.94º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8C02B is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 43 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.22 |
| HSL | 56.94º | 0.65% | 0.48% | - |
| HSV(B) | 56.94º | 0.79% | 0.78% | - |
| XYZ | 43.11 | 50.15 | 9.69 | - |
| YUV | 177.41 | 52.15 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 43 | 0 | 0.04 | 0.78 | 0.22 | 56.94 | 0.65 | 0.48 |
| Hex | C8 | C0 | 2B | 0 | 4 | 4E | 16 | 39 | 41 | 30 |
| Octal | 310 | 300 | 53 | 0 | 4 | 116 | 26 | 71 | 101 | 60 |
| Binary | 11001000 | 11000000 | 101011 | 0 | 100 | 1001110 | 10110 | 111001 | 1000001 | 110000 |
Color Harmonies of #C8C02B
Complementary color
Monochromatic Colors of #C8C02B
Black with #C8C02B
Text Example
Text Example
White with #C8C02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C02B; }
p { color: rgb(200,192,43); }
H1.HeaderClassName
{
color: #C8C02B;
}
.AnyTagClassName
{
color: #C8C02B;
}
</style>
background-color css
<style>
a { background-color: #C8C02B; }
a { background-color: rgb(200,192,43); }
div.DivClassName
{
background-color: #C8C02B;
}
.BgClassName
{
background-color: #C8C02B;
}
</style>
border-color css
<style>
span { border-color: #C8C02B; }
span { border-color: rgb(200,192,43); }
td.TdClassName
{
border-color: #C8C02B;
}
.TagClassName
{
border-color: #C8C02B;
}
</style>