Shades of Barberry #C5C327
Tints of Barberry #C5C327
RGB
CMYK
RGB Variations
Color information
#C5C327 (or 0xC5C327) is known color: Barberry. HEX triplet: C5, C3 and 27. RGB value is (197,195,39). Sum of RGB (Red+Green+Blue) = 197+195+39=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 39 (15.62% from 255 or 9.05% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C327 is #3A3CD8. Grayscale: #B2B2B2. Windows color (decimal): -3816665 or 2606021. OLE color: 2606021.
HSL color Cylindrical-coordinate representation of color #C5C327: hue angle of 59.24º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5C327 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 195 | 39 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.23 |
| HSL | 59.24º | 0.67% | 0.46% | - |
| HSV(B) | 59.24º | 0.8% | 0.77% | - |
| XYZ | 42.91 | 51.05 | 9.51 | - |
| YUV | 177.81 | 49.66 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 195 | 39 | 0 | 0.01 | 0.80 | 0.23 | 59.24 | 0.67 | 0.46 |
| Hex | C5 | C3 | 27 | 0 | 1 | 50 | 17 | 3B | 43 | 2E |
| Octal | 305 | 303 | 47 | 0 | 1 | 120 | 27 | 73 | 103 | 56 |
| Binary | 11000101 | 11000011 | 100111 | 0 | 1 | 1010000 | 10111 | 111011 | 1000011 | 101110 |
Color Harmonies of #C5C327
Complementary color
Monochromatic Colors of #C5C327
Black with #C5C327
Text Example
Text Example
White with #C5C327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C327; }
p { color: rgb(197,195,39); }
H1.HeaderClassName
{
color: #C5C327;
}
.AnyTagClassName
{
color: #C5C327;
}
</style>
background-color css
<style>
a { background-color: #C5C327; }
a { background-color: rgb(197,195,39); }
div.DivClassName
{
background-color: #C5C327;
}
.BgClassName
{
background-color: #C5C327;
}
</style>
border-color css
<style>
span { border-color: #C5C327; }
span { border-color: rgb(197,195,39); }
td.TdClassName
{
border-color: #C5C327;
}
.TagClassName
{
border-color: #C5C327;
}
</style>