Shades of Barberry #C6CB19
Tints of Barberry #C6CB19
RGB
CMYK
RGB Variations
Color information
#C6CB19 (or 0xC6CB19) is known color: Barberry. HEX triplet: C6, CB and 19. RGB value is (198,203,25). Sum of RGB (Red+Green+Blue) = 198+203+25=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 25 (10.16% from 255 or 5.87% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6CB19 is #3934E6. Grayscale: #B5B5B5. Windows color (decimal): -3749095 or 1690566. OLE color: 1690566.
HSL color Cylindrical-coordinate representation of color #C6CB19: hue angle of 61.69º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6CB19 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 203 | 25 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.20 |
| HSL | 61.69º | 0.78% | 0.45% | - |
| HSV(B) | 61.69º | 0.88% | 0.8% | - |
| XYZ | 44.82 | 54.79 | 9.13 | - |
| YUV | 181.21 | 39.84 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 25 | 0.02 | 0 | 0.88 | 0.20 | 61.69 | 0.78 | 0.45 |
| Hex | C6 | CB | 19 | 2 | 0 | 58 | 14 | 3E | 4E | 2D |
| Octal | 306 | 313 | 31 | 2 | 0 | 130 | 24 | 76 | 116 | 55 |
| Binary | 11000110 | 11001011 | 11001 | 10 | 0 | 1011000 | 10100 | 111110 | 1001110 | 101101 |
Color Harmonies of #C6CB19
Complementary color
Monochromatic Colors of #C6CB19
Black with #C6CB19
Text Example
Text Example
White with #C6CB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CB19; }
p { color: rgb(198,203,25); }
H1.HeaderClassName
{
color: #C6CB19;
}
.AnyTagClassName
{
color: #C6CB19;
}
</style>
background-color css
<style>
a { background-color: #C6CB19; }
a { background-color: rgb(198,203,25); }
div.DivClassName
{
background-color: #C6CB19;
}
.BgClassName
{
background-color: #C6CB19;
}
</style>
border-color css
<style>
span { border-color: #C6CB19; }
span { border-color: rgb(198,203,25); }
td.TdClassName
{
border-color: #C6CB19;
}
.TagClassName
{
border-color: #C6CB19;
}
</style>