Shades of Barberry #C8C12D
Tints of Barberry #C8C12D
RGB
CMYK
RGB Variations
Color information
#C8C12D (or 0xC8C12D) is known color: Barberry. HEX triplet: C8, C1 and 2D. RGB value is (200,193,45). Sum of RGB (Red+Green+Blue) = 200+193+45=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C12D is #373ED2. Grayscale: #B2B2B2. Windows color (decimal): -3620563 or 2998728. OLE color: 2998728.
HSL color Cylindrical-coordinate representation of color #C8C12D: hue angle of 57.29º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8C12D is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 45 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.22 |
| HSL | 57.29º | 0.63% | 0.48% | - |
| HSV(B) | 57.29º | 0.78% | 0.78% | - |
| XYZ | 43.36 | 50.61 | 9.97 | - |
| YUV | 178.22 | 52.82 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 45 | 0 | 0.04 | 0.78 | 0.22 | 57.29 | 0.63 | 0.48 |
| Hex | C8 | C1 | 2D | 0 | 4 | 4E | 16 | 39 | 3F | 30 |
| Octal | 310 | 301 | 55 | 0 | 4 | 116 | 26 | 71 | 77 | 60 |
| Binary | 11001000 | 11000001 | 101101 | 0 | 100 | 1001110 | 10110 | 111001 | 111111 | 110000 |
Color Harmonies of #C8C12D
Complementary color
Monochromatic Colors of #C8C12D
Black with #C8C12D
Text Example
Text Example
White with #C8C12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C12D; }
p { color: rgb(200,193,45); }
H1.HeaderClassName
{
color: #C8C12D;
}
.AnyTagClassName
{
color: #C8C12D;
}
</style>
background-color css
<style>
a { background-color: #C8C12D; }
a { background-color: rgb(200,193,45); }
div.DivClassName
{
background-color: #C8C12D;
}
.BgClassName
{
background-color: #C8C12D;
}
</style>
border-color css
<style>
span { border-color: #C8C12D; }
span { border-color: rgb(200,193,45); }
td.TdClassName
{
border-color: #C8C12D;
}
.TagClassName
{
border-color: #C8C12D;
}
</style>