Shades of Barberry #C3C627
Tints of Barberry #C3C627
RGB
CMYK
RGB Variations
Color information
#C3C627 (or 0xC3C627) is known color: Barberry. HEX triplet: C3, C6 and 27. RGB value is (195,198,39). Sum of RGB (Red+Green+Blue) = 195+198+39=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 39 (15.62% from 255 or 9.03% from 432); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C627 is #3C39D8. Grayscale: #B3B3B3. Windows color (decimal): -3946969 or 2606787. OLE color: 2606787.
HSL color Cylindrical-coordinate representation of color #C3C627: hue angle of 61.13º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C3C627 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 198 | 39 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.22 |
| HSL | 61.13º | 0.67% | 0.46% | - |
| HSV(B) | 61.13º | 0.8% | 0.78% | - |
| XYZ | 43.07 | 52.14 | 9.71 | - |
| YUV | 178.98 | 49.01 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 39 | 0.02 | 0 | 0.80 | 0.22 | 61.13 | 0.67 | 0.46 |
| Hex | C3 | C6 | 27 | 2 | 0 | 50 | 16 | 3D | 43 | 2E |
| Octal | 303 | 306 | 47 | 2 | 0 | 120 | 26 | 75 | 103 | 56 |
| Binary | 11000011 | 11000110 | 100111 | 10 | 0 | 1010000 | 10110 | 111101 | 1000011 | 101110 |
Color Harmonies of #C3C627
Complementary color
Monochromatic Colors of #C3C627
Black with #C3C627
Text Example
Text Example
White with #C3C627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C627; }
p { color: rgb(195,198,39); }
H1.HeaderClassName
{
color: #C3C627;
}
.AnyTagClassName
{
color: #C3C627;
}
</style>
background-color css
<style>
a { background-color: #C3C627; }
a { background-color: rgb(195,198,39); }
div.DivClassName
{
background-color: #C3C627;
}
.BgClassName
{
background-color: #C3C627;
}
</style>
border-color css
<style>
span { border-color: #C3C627; }
span { border-color: rgb(195,198,39); }
td.TdClassName
{
border-color: #C3C627;
}
.TagClassName
{
border-color: #C3C627;
}
</style>