Shades of Barberry #C8C125
Tints of Barberry #C8C125
RGB
CMYK
RGB Variations
Color information
#C8C125 (or 0xC8C125) is known color: Barberry. HEX triplet: C8, C1 and 25. RGB value is (200,193,37). Sum of RGB (Red+Green+Blue) = 200+193+37=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C125 is #373EDA. Grayscale: #B1B1B1. Windows color (decimal): -3620571 or 2474440. OLE color: 2474440.
HSL color Cylindrical-coordinate representation of color #C8C125: hue angle of 57.42º 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 #C8C125 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 37 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.22 |
| HSL | 57.42º | 0.69% | 0.46% | - |
| HSV(B) | 57.42º | 0.82% | 0.78% | - |
| XYZ | 43.22 | 50.55 | 9.23 | - |
| YUV | 177.31 | 48.82 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 37 | 0 | 0.04 | 0.82 | 0.22 | 57.42 | 0.69 | 0.46 |
| Hex | C8 | C1 | 25 | 0 | 4 | 52 | 16 | 39 | 45 | 2E |
| Octal | 310 | 301 | 45 | 0 | 4 | 122 | 26 | 71 | 105 | 56 |
| Binary | 11001000 | 11000001 | 100101 | 0 | 100 | 1010010 | 10110 | 111001 | 1000101 | 101110 |
Color Harmonies of #C8C125
Complementary color
Monochromatic Colors of #C8C125
Black with #C8C125
Text Example
Text Example
White with #C8C125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C125; }
p { color: rgb(200,193,37); }
H1.HeaderClassName
{
color: #C8C125;
}
.AnyTagClassName
{
color: #C8C125;
}
</style>
background-color css
<style>
a { background-color: #C8C125; }
a { background-color: rgb(200,193,37); }
div.DivClassName
{
background-color: #C8C125;
}
.BgClassName
{
background-color: #C8C125;
}
</style>
border-color css
<style>
span { border-color: #C8C125; }
span { border-color: rgb(200,193,37); }
td.TdClassName
{
border-color: #C8C125;
}
.TagClassName
{
border-color: #C8C125;
}
</style>