Shades of Barberry #C8C32F
Tints of Barberry #C8C32F
RGB
CMYK
RGB Variations
Color information
#C8C32F (or 0xC8C32F) is known color: Barberry. HEX triplet: C8, C3 and 2F. RGB value is (200,195,47). Sum of RGB (Red+Green+Blue) = 200+195+47=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 47 (18.75% from 255 or 10.63% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C32F is #373CD0. Grayscale: #B4B4B4. Windows color (decimal): -3620049 or 3130312. OLE color: 3130312.
HSL color Cylindrical-coordinate representation of color #C8C32F: hue angle of 58.04º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8C32F is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 47 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.22 |
| HSL | 58.04º | 0.62% | 0.48% | - |
| HSV(B) | 58.04º | 0.77% | 0.78% | - |
| XYZ | 43.85 | 51.51 | 10.32 | - |
| YUV | 179.62 | 53.16 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 47 | 0 | 0.02 | 0.76 | 0.22 | 58.04 | 0.62 | 0.48 |
| Hex | C8 | C3 | 2F | 0 | 2 | 4C | 16 | 3A | 3E | 30 |
| Octal | 310 | 303 | 57 | 0 | 2 | 114 | 26 | 72 | 76 | 60 |
| Binary | 11001000 | 11000011 | 101111 | 0 | 10 | 1001100 | 10110 | 111010 | 111110 | 110000 |
Color Harmonies of #C8C32F
Complementary color
Monochromatic Colors of #C8C32F
Black with #C8C32F
Text Example
Text Example
White with #C8C32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C32F; }
p { color: rgb(200,195,47); }
H1.HeaderClassName
{
color: #C8C32F;
}
.AnyTagClassName
{
color: #C8C32F;
}
</style>
background-color css
<style>
a { background-color: #C8C32F; }
a { background-color: rgb(200,195,47); }
div.DivClassName
{
background-color: #C8C32F;
}
.BgClassName
{
background-color: #C8C32F;
}
</style>
border-color css
<style>
span { border-color: #C8C32F; }
span { border-color: rgb(200,195,47); }
td.TdClassName
{
border-color: #C8C32F;
}
.TagClassName
{
border-color: #C8C32F;
}
</style>