Shades of Barberry #C8C02F
Tints of Barberry #C8C02F
RGB
CMYK
RGB Variations
Color information
#C8C02F (or 0xC8C02F) is known color: Barberry. HEX triplet: C8, C0 and 2F. RGB value is (200,192,47). Sum of RGB (Red+Green+Blue) = 200+192+47=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 47 (18.75% from 255 or 10.71% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C02F is #373FD0. Grayscale: #B2B2B2. Windows color (decimal): -3620817 or 3129544. OLE color: 3129544.
HSL color Cylindrical-coordinate representation of color #C8C02F: hue angle of 56.86º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8C02F is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 47 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.22 |
| HSL | 56.86º | 0.62% | 0.48% | - |
| HSV(B) | 56.86º | 0.77% | 0.78% | - |
| XYZ | 43.18 | 50.18 | 10.1 | - |
| YUV | 177.86 | 54.15 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 47 | 0 | 0.04 | 0.76 | 0.22 | 56.86 | 0.62 | 0.48 |
| Hex | C8 | C0 | 2F | 0 | 4 | 4C | 16 | 39 | 3E | 30 |
| Octal | 310 | 300 | 57 | 0 | 4 | 114 | 26 | 71 | 76 | 60 |
| Binary | 11001000 | 11000000 | 101111 | 0 | 100 | 1001100 | 10110 | 111001 | 111110 | 110000 |
Color Harmonies of #C8C02F
Complementary color
Monochromatic Colors of #C8C02F
Black with #C8C02F
Text Example
Text Example
White with #C8C02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C02F; }
p { color: rgb(200,192,47); }
H1.HeaderClassName
{
color: #C8C02F;
}
.AnyTagClassName
{
color: #C8C02F;
}
</style>
background-color css
<style>
a { background-color: #C8C02F; }
a { background-color: rgb(200,192,47); }
div.DivClassName
{
background-color: #C8C02F;
}
.BgClassName
{
background-color: #C8C02F;
}
</style>
border-color css
<style>
span { border-color: #C8C02F; }
span { border-color: rgb(200,192,47); }
td.TdClassName
{
border-color: #C8C02F;
}
.TagClassName
{
border-color: #C8C02F;
}
</style>