Shades of Barberry #C5C32B
Tints of Barberry #C5C32B
RGB
CMYK
RGB Variations
Color information
#C5C32B (or 0xC5C32B) is known color: Barberry. HEX triplet: C5, C3 and 2B. RGB value is (197,195,43). Sum of RGB (Red+Green+Blue) = 197+195+43=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 43 (17.19% from 255 or 9.89% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C32B is #3A3CD4. Grayscale: #B2B2B2. Windows color (decimal): -3816661 or 2868165. OLE color: 2868165.
HSL color Cylindrical-coordinate representation of color #C5C32B: hue angle of 59.22º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5C32B is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 195 | 43 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.23 |
| HSL | 59.22º | 0.64% | 0.47% | - |
| HSV(B) | 59.22º | 0.78% | 0.77% | - |
| XYZ | 42.98 | 51.07 | 9.88 | - |
| YUV | 178.27 | 51.66 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 195 | 43 | 0 | 0.01 | 0.78 | 0.23 | 59.22 | 0.64 | 0.47 |
| Hex | C5 | C3 | 2B | 0 | 1 | 4E | 17 | 3B | 40 | 2F |
| Octal | 305 | 303 | 53 | 0 | 1 | 116 | 27 | 73 | 100 | 57 |
| Binary | 11000101 | 11000011 | 101011 | 0 | 1 | 1001110 | 10111 | 111011 | 1000000 | 101111 |
Color Harmonies of #C5C32B
Complementary color
Monochromatic Colors of #C5C32B
Black with #C5C32B
Text Example
Text Example
White with #C5C32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C32B; }
p { color: rgb(197,195,43); }
H1.HeaderClassName
{
color: #C5C32B;
}
.AnyTagClassName
{
color: #C5C32B;
}
</style>
background-color css
<style>
a { background-color: #C5C32B; }
a { background-color: rgb(197,195,43); }
div.DivClassName
{
background-color: #C5C32B;
}
.BgClassName
{
background-color: #C5C32B;
}
</style>
border-color css
<style>
span { border-color: #C5C32B; }
span { border-color: rgb(197,195,43); }
td.TdClassName
{
border-color: #C5C32B;
}
.TagClassName
{
border-color: #C5C32B;
}
</style>