Shades of Barberry #C6C427
Tints of Barberry #C6C427
RGB
CMYK
RGB Variations
Color information
#C6C427 (or 0xC6C427) is known color: Barberry. HEX triplet: C6, C4 and 27. RGB value is (198,196,39). Sum of RGB (Red+Green+Blue) = 198+196+39=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 196 (76.95% from 255 or 45.27% from 433); Blue value is 39 (15.62% from 255 or 9.01% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C427 is #393BD8. Grayscale: #B3B3B3. Windows color (decimal): -3750873 or 2606278. OLE color: 2606278.
HSL color Cylindrical-coordinate representation of color #C6C427: hue angle of 59.25º 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 #C6C427 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 196 | 39 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.22 |
| HSL | 59.25º | 0.67% | 0.46% | - |
| HSV(B) | 59.25º | 0.8% | 0.78% | - |
| XYZ | 43.39 | 51.63 | 9.6 | - |
| YUV | 178.7 | 49.16 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 196 | 39 | 0 | 0.01 | 0.80 | 0.22 | 59.25 | 0.67 | 0.46 |
| Hex | C6 | C4 | 27 | 0 | 1 | 50 | 16 | 3B | 43 | 2E |
| Octal | 306 | 304 | 47 | 0 | 1 | 120 | 26 | 73 | 103 | 56 |
| Binary | 11000110 | 11000100 | 100111 | 0 | 1 | 1010000 | 10110 | 111011 | 1000011 | 101110 |
Color Harmonies of #C6C427
Complementary color
Monochromatic Colors of #C6C427
Black with #C6C427
Text Example
Text Example
White with #C6C427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C427; }
p { color: rgb(198,196,39); }
H1.HeaderClassName
{
color: #C6C427;
}
.AnyTagClassName
{
color: #C6C427;
}
</style>
background-color css
<style>
a { background-color: #C6C427; }
a { background-color: rgb(198,196,39); }
div.DivClassName
{
background-color: #C6C427;
}
.BgClassName
{
background-color: #C6C427;
}
</style>
border-color css
<style>
span { border-color: #C6C427; }
span { border-color: rgb(198,196,39); }
td.TdClassName
{
border-color: #C6C427;
}
.TagClassName
{
border-color: #C6C427;
}
</style>