Shades of Barberry #C8C126
Tints of Barberry #C8C126
RGB
CMYK
RGB Variations
Color information
#C8C126 (or 0xC8C126) is known color: Barberry. HEX triplet: C8, C1 and 26. RGB value is (200,193,38). Sum of RGB (Red+Green+Blue) = 200+193+38=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 38 (15.23% from 255 or 8.82% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C126 is #373ED9. Grayscale: #B2B2B2. Windows color (decimal): -3620570 or 2539976. OLE color: 2539976.
HSL color Cylindrical-coordinate representation of color #C8C126: hue angle of 57.41º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8C126 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 38 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.22 |
| HSL | 57.41º | 0.68% | 0.47% | - |
| HSV(B) | 57.41º | 0.81% | 0.78% | - |
| XYZ | 43.24 | 50.56 | 9.31 | - |
| YUV | 177.42 | 49.32 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 38 | 0 | 0.04 | 0.81 | 0.22 | 57.41 | 0.68 | 0.47 |
| Hex | C8 | C1 | 26 | 0 | 4 | 51 | 16 | 39 | 44 | 2F |
| Octal | 310 | 301 | 46 | 0 | 4 | 121 | 26 | 71 | 104 | 57 |
| Binary | 11001000 | 11000001 | 100110 | 0 | 100 | 1010001 | 10110 | 111001 | 1000100 | 101111 |
Color Harmonies of #C8C126
Complementary color
Monochromatic Colors of #C8C126
Black with #C8C126
Text Example
Text Example
White with #C8C126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C126; }
p { color: rgb(200,193,38); }
H1.HeaderClassName
{
color: #C8C126;
}
.AnyTagClassName
{
color: #C8C126;
}
</style>
background-color css
<style>
a { background-color: #C8C126; }
a { background-color: rgb(200,193,38); }
div.DivClassName
{
background-color: #C8C126;
}
.BgClassName
{
background-color: #C8C126;
}
</style>
border-color css
<style>
span { border-color: #C8C126; }
span { border-color: rgb(200,193,38); }
td.TdClassName
{
border-color: #C8C126;
}
.TagClassName
{
border-color: #C8C126;
}
</style>