Shades of Barberry #C3C527
Tints of Barberry #C3C527
RGB
CMYK
RGB Variations
Color information
#C3C527 (or 0xC3C527) is known color: Barberry. HEX triplet: C3, C5 and 27. RGB value is (195,197,39). Sum of RGB (Red+Green+Blue) = 195+197+39=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 39 (15.62% from 255 or 9.05% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C527 is #3C3AD8. Grayscale: #B3B3B3. Windows color (decimal): -3947225 or 2606531. OLE color: 2606531.
HSL color Cylindrical-coordinate representation of color #C3C527: hue angle of 60.76º 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 #C3C527 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 39 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.23 |
| HSL | 60.76º | 0.67% | 0.46% | - |
| HSV(B) | 60.76º | 0.8% | 0.77% | - |
| XYZ | 42.84 | 51.68 | 9.64 | - |
| YUV | 178.39 | 49.34 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 39 | 0.01 | 0 | 0.80 | 0.23 | 60.76 | 0.67 | 0.46 |
| Hex | C3 | C5 | 27 | 1 | 0 | 50 | 17 | 3D | 43 | 2E |
| Octal | 303 | 305 | 47 | 1 | 0 | 120 | 27 | 75 | 103 | 56 |
| Binary | 11000011 | 11000101 | 100111 | 1 | 0 | 1010000 | 10111 | 111101 | 1000011 | 101110 |
Color Harmonies of #C3C527
Complementary color
Monochromatic Colors of #C3C527
Black with #C3C527
Text Example
Text Example
White with #C3C527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C527; }
p { color: rgb(195,197,39); }
H1.HeaderClassName
{
color: #C3C527;
}
.AnyTagClassName
{
color: #C3C527;
}
</style>
background-color css
<style>
a { background-color: #C3C527; }
a { background-color: rgb(195,197,39); }
div.DivClassName
{
background-color: #C3C527;
}
.BgClassName
{
background-color: #C3C527;
}
</style>
border-color css
<style>
span { border-color: #C3C527; }
span { border-color: rgb(195,197,39); }
td.TdClassName
{
border-color: #C3C527;
}
.TagClassName
{
border-color: #C3C527;
}
</style>