Shades of Barberry #C8C825
Tints of Barberry #C8C825
RGB
CMYK
RGB Variations
Color information
#C8C825 (or 0xC8C825) is known color: Barberry. HEX triplet: C8, C8 and 25. RGB value is (200,200,37). Sum of RGB (Red+Green+Blue) = 200+200+37=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 37 (14.84% from 255 or 8.47% from 437); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C825 is #3737DA. Grayscale: #B6B6B6. Windows color (decimal): -3618779 or 2476232. OLE color: 2476232.
HSL color Cylindrical-coordinate representation of color #C8C825: hue angle of 60º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8C825 is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 200 | 37 | - |
| CMYK | 0 | 0 | 0.82 | 0.22 |
| HSL | 60º | 0.69% | 0.46% | - |
| HSV(B) | 60º | 0.82% | 0.78% | - |
| XYZ | 44.81 | 53.72 | 9.76 | - |
| YUV | 181.42 | 46.5 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 200 | 37 | 0 | 0 | 0.82 | 0.22 | 60 | 0.69 | 0.46 |
| Hex | C8 | C8 | 25 | 0 | 0 | 52 | 16 | 3C | 45 | 2E |
| Octal | 310 | 310 | 45 | 0 | 0 | 122 | 26 | 74 | 105 | 56 |
| Binary | 11001000 | 11001000 | 100101 | 0 | 0 | 1010010 | 10110 | 111100 | 1000101 | 101110 |
Color Harmonies of #C8C825
Complementary color
Monochromatic Colors of #C8C825
Black with #C8C825
Text Example
Text Example
White with #C8C825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C825; }
p { color: rgb(200,200,37); }
H1.HeaderClassName
{
color: #C8C825;
}
.AnyTagClassName
{
color: #C8C825;
}
</style>
background-color css
<style>
a { background-color: #C8C825; }
a { background-color: rgb(200,200,37); }
div.DivClassName
{
background-color: #C8C825;
}
.BgClassName
{
background-color: #C8C825;
}
</style>
border-color css
<style>
span { border-color: #C8C825; }
span { border-color: rgb(200,200,37); }
td.TdClassName
{
border-color: #C8C825;
}
.TagClassName
{
border-color: #C8C825;
}
</style>