Shades of Barberry #C8C11F
Tints of Barberry #C8C11F
RGB
CMYK
RGB Variations
Color information
#C8C11F (or 0xC8C11F) is known color: Barberry. HEX triplet: C8, C1 and 1F. RGB value is (200,193,31). Sum of RGB (Red+Green+Blue) = 200+193+31=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 31 (12.5% from 255 or 7.31% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C11F is #373EE0. Grayscale: #B1B1B1. Windows color (decimal): -3620577 or 2081224. OLE color: 2081224.
HSL color Cylindrical-coordinate representation of color #C8C11F: hue angle of 57.51º degrees, saturation: 0.73, 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 #C8C11F is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 31 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.22 |
| HSL | 57.51º | 0.73% | 0.45% | - |
| HSV(B) | 57.51º | 0.85% | 0.78% | - |
| XYZ | 43.14 | 50.52 | 8.77 | - |
| YUV | 176.63 | 45.82 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 31 | 0 | 0.04 | 0.84 | 0.22 | 57.51 | 0.73 | 0.45 |
| Hex | C8 | C1 | 1F | 0 | 4 | 54 | 16 | 3A | 49 | 2D |
| Octal | 310 | 301 | 37 | 0 | 4 | 124 | 26 | 72 | 111 | 55 |
| Binary | 11001000 | 11000001 | 11111 | 0 | 100 | 1010100 | 10110 | 111010 | 1001001 | 101101 |
Color Harmonies of #C8C11F
Complementary color
Monochromatic Colors of #C8C11F
Black with #C8C11F
Text Example
Text Example
White with #C8C11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C11F; }
p { color: rgb(200,193,31); }
H1.HeaderClassName
{
color: #C8C11F;
}
.AnyTagClassName
{
color: #C8C11F;
}
</style>
background-color css
<style>
a { background-color: #C8C11F; }
a { background-color: rgb(200,193,31); }
div.DivClassName
{
background-color: #C8C11F;
}
.BgClassName
{
background-color: #C8C11F;
}
</style>
border-color css
<style>
span { border-color: #C8C11F; }
span { border-color: rgb(200,193,31); }
td.TdClassName
{
border-color: #C8C11F;
}
.TagClassName
{
border-color: #C8C11F;
}
</style>