Shades of Barberry #C8C81E
Tints of Barberry #C8C81E
RGB
CMYK
RGB Variations
Color information
#C8C81E (or 0xC8C81E) is known color: Barberry. HEX triplet: C8, C8 and 1E. RGB value is (200,200,30). Sum of RGB (Red+Green+Blue) = 200+200+30=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 30 (12.11% from 255 or 6.98% from 430); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C81E is #3737E1. Grayscale: #B5B5B5. Windows color (decimal): -3618786 or 2017480. OLE color: 2017480.
HSL color Cylindrical-coordinate representation of color #C8C81E: hue angle of 60º 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 #C8C81E is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 200 | 30 | - |
| CMYK | 0 | 0 | 0.85 | 0.22 |
| HSL | 60º | 0.74% | 0.45% | - |
| HSV(B) | 60º | 0.85% | 0.78% | - |
| XYZ | 44.71 | 53.68 | 9.23 | - |
| YUV | 180.62 | 43 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 200 | 30 | 0 | 0 | 0.85 | 0.22 | 60 | 0.74 | 0.45 |
| Hex | C8 | C8 | 1E | 0 | 0 | 55 | 16 | 3C | 4A | 2D |
| Octal | 310 | 310 | 36 | 0 | 0 | 125 | 26 | 74 | 112 | 55 |
| Binary | 11001000 | 11001000 | 11110 | 0 | 0 | 1010101 | 10110 | 111100 | 1001010 | 101101 |
Color Harmonies of #C8C81E
Complementary color
Monochromatic Colors of #C8C81E
Black with #C8C81E
Text Example
Text Example
White with #C8C81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C81E; }
p { color: rgb(200,200,30); }
H1.HeaderClassName
{
color: #C8C81E;
}
.AnyTagClassName
{
color: #C8C81E;
}
</style>
background-color css
<style>
a { background-color: #C8C81E; }
a { background-color: rgb(200,200,30); }
div.DivClassName
{
background-color: #C8C81E;
}
.BgClassName
{
background-color: #C8C81E;
}
</style>
border-color css
<style>
span { border-color: #C8C81E; }
span { border-color: rgb(200,200,30); }
td.TdClassName
{
border-color: #C8C81E;
}
.TagClassName
{
border-color: #C8C81E;
}
</style>