Shades of Barberry #C6CA20
Tints of Barberry #C6CA20
RGB
CMYK
RGB Variations
Color information
#C6CA20 (or 0xC6CA20) is known color: Barberry. HEX triplet: C6, CA and 20. RGB value is (198,202,32). Sum of RGB (Red+Green+Blue) = 198+202+32=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CA20 is #3935DF. Grayscale: #B6B6B6. Windows color (decimal): -3749344 or 2149062. OLE color: 2149062.
HSL color Cylindrical-coordinate representation of color #C6CA20: hue angle of 61.41º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6CA20 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 202 | 32 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.21 |
| HSL | 61.41º | 0.73% | 0.46% | - |
| HSV(B) | 61.41º | 0.84% | 0.79% | - |
| XYZ | 44.67 | 54.35 | 9.5 | - |
| YUV | 181.42 | 43.67 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 32 | 0.02 | 0 | 0.84 | 0.21 | 61.41 | 0.73 | 0.46 |
| Hex | C6 | CA | 20 | 2 | 0 | 54 | 15 | 3D | 49 | 2E |
| Octal | 306 | 312 | 40 | 2 | 0 | 124 | 25 | 75 | 111 | 56 |
| Binary | 11000110 | 11001010 | 100000 | 10 | 0 | 1010100 | 10101 | 111101 | 1001001 | 101110 |
Color Harmonies of #C6CA20
Complementary color
Monochromatic Colors of #C6CA20
Black with #C6CA20
Text Example
Text Example
White with #C6CA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CA20; }
p { color: rgb(198,202,32); }
H1.HeaderClassName
{
color: #C6CA20;
}
.AnyTagClassName
{
color: #C6CA20;
}
</style>
background-color css
<style>
a { background-color: #C6CA20; }
a { background-color: rgb(198,202,32); }
div.DivClassName
{
background-color: #C6CA20;
}
.BgClassName
{
background-color: #C6CA20;
}
</style>
border-color css
<style>
span { border-color: #C6CA20; }
span { border-color: rgb(198,202,32); }
td.TdClassName
{
border-color: #C6CA20;
}
.TagClassName
{
border-color: #C6CA20;
}
</style>