Shades of Barberry #C5C31E
Tints of Barberry #C5C31E
RGB
CMYK
RGB Variations
Color information
#C5C31E (or 0xC5C31E) is known color: Barberry. HEX triplet: C5, C3 and 1E. RGB value is (197,195,30). Sum of RGB (Red+Green+Blue) = 197+195+30=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C31E is #3A3CE1. Grayscale: #B1B1B1. Windows color (decimal): -3816674 or 2016197. OLE color: 2016197.
HSL color Cylindrical-coordinate representation of color #C5C31E: hue angle of 59.28º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5C31E is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 195 | 30 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.23 |
| HSL | 59.28º | 0.74% | 0.45% | - |
| HSV(B) | 59.28º | 0.85% | 0.77% | - |
| XYZ | 42.78 | 50.99 | 8.82 | - |
| YUV | 176.79 | 45.16 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 195 | 30 | 0 | 0.01 | 0.85 | 0.23 | 59.28 | 0.74 | 0.45 |
| Hex | C5 | C3 | 1E | 0 | 1 | 55 | 17 | 3B | 4A | 2D |
| Octal | 305 | 303 | 36 | 0 | 1 | 125 | 27 | 73 | 112 | 55 |
| Binary | 11000101 | 11000011 | 11110 | 0 | 1 | 1010101 | 10111 | 111011 | 1001010 | 101101 |
Color Harmonies of #C5C31E
Complementary color
Monochromatic Colors of #C5C31E
Black with #C5C31E
Text Example
Text Example
White with #C5C31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C31E; }
p { color: rgb(197,195,30); }
H1.HeaderClassName
{
color: #C5C31E;
}
.AnyTagClassName
{
color: #C5C31E;
}
</style>
background-color css
<style>
a { background-color: #C5C31E; }
a { background-color: rgb(197,195,30); }
div.DivClassName
{
background-color: #C5C31E;
}
.BgClassName
{
background-color: #C5C31E;
}
</style>
border-color css
<style>
span { border-color: #C5C31E; }
span { border-color: rgb(197,195,30); }
td.TdClassName
{
border-color: #C5C31E;
}
.TagClassName
{
border-color: #C5C31E;
}
</style>