Shades of Barberry #C3C127
Tints of Barberry #C3C127
RGB
CMYK
RGB Variations
Color information
#C3C127 (or 0xC3C127) is known color: Barberry. HEX triplet: C3, C1 and 27. RGB value is (195,193,39). Sum of RGB (Red+Green+Blue) = 195+193+39=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 39 (15.62% from 255 or 9.13% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C127 is #3C3ED8. Grayscale: #B0B0B0. Windows color (decimal): -3948249 or 2605507. OLE color: 2605507.
HSL color Cylindrical-coordinate representation of color #C3C127: hue angle of 59.23º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C3C127 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 193 | 39 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.24 |
| HSL | 59.23º | 0.67% | 0.46% | - |
| HSV(B) | 59.23º | 0.8% | 0.76% | - |
| XYZ | 41.94 | 49.89 | 9.34 | - |
| YUV | 176.04 | 50.66 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 193 | 39 | 0 | 0.01 | 0.80 | 0.24 | 59.23 | 0.67 | 0.46 |
| Hex | C3 | C1 | 27 | 0 | 1 | 50 | 18 | 3B | 43 | 2E |
| Octal | 303 | 301 | 47 | 0 | 1 | 120 | 30 | 73 | 103 | 56 |
| Binary | 11000011 | 11000001 | 100111 | 0 | 1 | 1010000 | 11000 | 111011 | 1000011 | 101110 |
Color Harmonies of #C3C127
Complementary color
Monochromatic Colors of #C3C127
Black with #C3C127
Text Example
Text Example
White with #C3C127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C127; }
p { color: rgb(195,193,39); }
H1.HeaderClassName
{
color: #C3C127;
}
.AnyTagClassName
{
color: #C3C127;
}
</style>
background-color css
<style>
a { background-color: #C3C127; }
a { background-color: rgb(195,193,39); }
div.DivClassName
{
background-color: #C3C127;
}
.BgClassName
{
background-color: #C3C127;
}
</style>
border-color css
<style>
span { border-color: #C3C127; }
span { border-color: rgb(195,193,39); }
td.TdClassName
{
border-color: #C3C127;
}
.TagClassName
{
border-color: #C3C127;
}
</style>