Shades of Barberry #C5C31F
Tints of Barberry #C5C31F
RGB
CMYK
RGB Variations
Color information
#C5C31F (or 0xC5C31F) is known color: Barberry. HEX triplet: C5, C3 and 1F. RGB value is (197,195,31). Sum of RGB (Red+Green+Blue) = 197+195+31=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 31 (12.5% from 255 or 7.33% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C31F is #3A3CE0. Grayscale: #B1B1B1. Windows color (decimal): -3816673 or 2081733. OLE color: 2081733.
HSL color Cylindrical-coordinate representation of color #C5C31F: hue angle of 59.28º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5C31F is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 195 | 31 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.23 |
| HSL | 59.28º | 0.73% | 0.45% | - |
| HSV(B) | 59.28º | 0.84% | 0.77% | - |
| XYZ | 42.79 | 51 | 8.89 | - |
| YUV | 176.9 | 45.66 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 195 | 31 | 0 | 0.01 | 0.84 | 0.23 | 59.28 | 0.73 | 0.45 |
| Hex | C5 | C3 | 1F | 0 | 1 | 54 | 17 | 3B | 49 | 2D |
| Octal | 305 | 303 | 37 | 0 | 1 | 124 | 27 | 73 | 111 | 55 |
| Binary | 11000101 | 11000011 | 11111 | 0 | 1 | 1010100 | 10111 | 111011 | 1001001 | 101101 |
Color Harmonies of #C5C31F
Complementary color
Monochromatic Colors of #C5C31F
Black with #C5C31F
Text Example
Text Example
White with #C5C31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C31F; }
p { color: rgb(197,195,31); }
H1.HeaderClassName
{
color: #C5C31F;
}
.AnyTagClassName
{
color: #C5C31F;
}
</style>
background-color css
<style>
a { background-color: #C5C31F; }
a { background-color: rgb(197,195,31); }
div.DivClassName
{
background-color: #C5C31F;
}
.BgClassName
{
background-color: #C5C31F;
}
</style>
border-color css
<style>
span { border-color: #C5C31F; }
span { border-color: rgb(197,195,31); }
td.TdClassName
{
border-color: #C5C31F;
}
.TagClassName
{
border-color: #C5C31F;
}
</style>