Shades of Barberry #C6C42B
Tints of Barberry #C6C42B
RGB
CMYK
RGB Variations
Color information
#C6C42B (or 0xC6C42B) is known color: Barberry. HEX triplet: C6, C4 and 2B. RGB value is (198,196,43). Sum of RGB (Red+Green+Blue) = 198+196+43=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 43 (17.19% from 255 or 9.84% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C42B is #393BD4. Grayscale: #B3B3B3. Windows color (decimal): -3750869 or 2868422. OLE color: 2868422.
HSL color Cylindrical-coordinate representation of color #C6C42B: hue angle of 59.23º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6C42B is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 196 | 43 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.22 |
| HSL | 59.23º | 0.64% | 0.47% | - |
| HSV(B) | 59.23º | 0.78% | 0.78% | - |
| XYZ | 43.46 | 51.66 | 9.97 | - |
| YUV | 179.16 | 51.16 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 196 | 43 | 0 | 0.01 | 0.78 | 0.22 | 59.23 | 0.64 | 0.47 |
| Hex | C6 | C4 | 2B | 0 | 1 | 4E | 16 | 3B | 40 | 2F |
| Octal | 306 | 304 | 53 | 0 | 1 | 116 | 26 | 73 | 100 | 57 |
| Binary | 11000110 | 11000100 | 101011 | 0 | 1 | 1001110 | 10110 | 111011 | 1000000 | 101111 |
Color Harmonies of #C6C42B
Complementary color
Monochromatic Colors of #C6C42B
Black with #C6C42B
Text Example
Text Example
White with #C6C42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C42B; }
p { color: rgb(198,196,43); }
H1.HeaderClassName
{
color: #C6C42B;
}
.AnyTagClassName
{
color: #C6C42B;
}
</style>
background-color css
<style>
a { background-color: #C6C42B; }
a { background-color: rgb(198,196,43); }
div.DivClassName
{
background-color: #C6C42B;
}
.BgClassName
{
background-color: #C6C42B;
}
</style>
border-color css
<style>
span { border-color: #C6C42B; }
span { border-color: rgb(198,196,43); }
td.TdClassName
{
border-color: #C6C42B;
}
.TagClassName
{
border-color: #C6C42B;
}
</style>