Shades of Barberry #C8C32D
Tints of Barberry #C8C32D
RGB
CMYK
RGB Variations
Color information
#C8C32D (or 0xC8C32D) is known color: Barberry. HEX triplet: C8, C3 and 2D. RGB value is (200,195,45). Sum of RGB (Red+Green+Blue) = 200+195+45=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C32D is #373CD2. Grayscale: #B4B4B4. Windows color (decimal): -3620051 or 2999240. OLE color: 2999240.
HSL color Cylindrical-coordinate representation of color #C8C32D: hue angle of 58.06º 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 #C8C32D is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 45 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.22 |
| HSL | 58.06º | 0.63% | 0.48% | - |
| HSV(B) | 58.06º | 0.78% | 0.78% | - |
| XYZ | 43.81 | 51.5 | 10.11 | - |
| YUV | 179.4 | 52.16 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 45 | 0 | 0.02 | 0.78 | 0.22 | 58.06 | 0.63 | 0.48 |
| Hex | C8 | C3 | 2D | 0 | 2 | 4E | 16 | 3A | 3F | 30 |
| Octal | 310 | 303 | 55 | 0 | 2 | 116 | 26 | 72 | 77 | 60 |
| Binary | 11001000 | 11000011 | 101101 | 0 | 10 | 1001110 | 10110 | 111010 | 111111 | 110000 |
Color Harmonies of #C8C32D
Complementary color
Monochromatic Colors of #C8C32D
Black with #C8C32D
Text Example
Text Example
White with #C8C32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C32D; }
p { color: rgb(200,195,45); }
H1.HeaderClassName
{
color: #C8C32D;
}
.AnyTagClassName
{
color: #C8C32D;
}
</style>
background-color css
<style>
a { background-color: #C8C32D; }
a { background-color: rgb(200,195,45); }
div.DivClassName
{
background-color: #C8C32D;
}
.BgClassName
{
background-color: #C8C32D;
}
</style>
border-color css
<style>
span { border-color: #C8C32D; }
span { border-color: rgb(200,195,45); }
td.TdClassName
{
border-color: #C8C32D;
}
.TagClassName
{
border-color: #C8C32D;
}
</style>