Shades of Barberry #C8C31E
Tints of Barberry #C8C31E
RGB
CMYK
RGB Variations
Color information
#C8C31E (or 0xC8C31E) is known color: Barberry. HEX triplet: C8, C3 and 1E. RGB value is (200,195,30). Sum of RGB (Red+Green+Blue) = 200+195+30=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 30 (12.11% from 255 or 7.06% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C31E is #373CE1. Grayscale: #B2B2B2. Windows color (decimal): -3620066 or 2016200. OLE color: 2016200.
HSL color Cylindrical-coordinate representation of color #C8C31E: hue angle of 58.24º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8C31E is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 30 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.22 |
| HSL | 58.24º | 0.74% | 0.45% | - |
| HSV(B) | 58.24º | 0.85% | 0.78% | - |
| XYZ | 43.57 | 51.4 | 8.85 | - |
| YUV | 177.69 | 44.66 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 30 | 0 | 0.02 | 0.85 | 0.22 | 58.24 | 0.74 | 0.45 |
| Hex | C8 | C3 | 1E | 0 | 2 | 55 | 16 | 3A | 4A | 2D |
| Octal | 310 | 303 | 36 | 0 | 2 | 125 | 26 | 72 | 112 | 55 |
| Binary | 11001000 | 11000011 | 11110 | 0 | 10 | 1010101 | 10110 | 111010 | 1001010 | 101101 |
Color Harmonies of #C8C31E
Complementary color
Monochromatic Colors of #C8C31E
Black with #C8C31E
Text Example
Text Example
White with #C8C31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C31E; }
p { color: rgb(200,195,30); }
H1.HeaderClassName
{
color: #C8C31E;
}
.AnyTagClassName
{
color: #C8C31E;
}
</style>
background-color css
<style>
a { background-color: #C8C31E; }
a { background-color: rgb(200,195,30); }
div.DivClassName
{
background-color: #C8C31E;
}
.BgClassName
{
background-color: #C8C31E;
}
</style>
border-color css
<style>
span { border-color: #C8C31E; }
span { border-color: rgb(200,195,30); }
td.TdClassName
{
border-color: #C8C31E;
}
.TagClassName
{
border-color: #C8C31E;
}
</style>