Shades of Barberry #C6CA1A
Tints of Barberry #C6CA1A
RGB
CMYK
RGB Variations
Color information
#C6CA1A (or 0xC6CA1A) is known color: Barberry. HEX triplet: C6, CA and 1A. RGB value is (198,202,26). Sum of RGB (Red+Green+Blue) = 198+202+26=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 26 (10.55% from 255 or 6.10% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CA1A is #3935E5. Grayscale: #B5B5B5. Windows color (decimal): -3749350 or 1755846. OLE color: 1755846.
HSL color Cylindrical-coordinate representation of color #C6CA1A: hue angle of 61.36º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6CA1A is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 202 | 26 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.21 |
| HSL | 61.36º | 0.77% | 0.45% | - |
| HSV(B) | 61.36º | 0.87% | 0.79% | - |
| XYZ | 44.6 | 54.32 | 9.11 | - |
| YUV | 180.74 | 40.67 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 26 | 0.02 | 0 | 0.87 | 0.21 | 61.36 | 0.77 | 0.45 |
| Hex | C6 | CA | 1A | 2 | 0 | 57 | 15 | 3D | 4D | 2D |
| Octal | 306 | 312 | 32 | 2 | 0 | 127 | 25 | 75 | 115 | 55 |
| Binary | 11000110 | 11001010 | 11010 | 10 | 0 | 1010111 | 10101 | 111101 | 1001101 | 101101 |
Color Harmonies of #C6CA1A
Complementary color
Monochromatic Colors of #C6CA1A
Black with #C6CA1A
Text Example
Text Example
White with #C6CA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CA1A; }
p { color: rgb(198,202,26); }
H1.HeaderClassName
{
color: #C6CA1A;
}
.AnyTagClassName
{
color: #C6CA1A;
}
</style>
background-color css
<style>
a { background-color: #C6CA1A; }
a { background-color: rgb(198,202,26); }
div.DivClassName
{
background-color: #C6CA1A;
}
.BgClassName
{
background-color: #C6CA1A;
}
</style>
border-color css
<style>
span { border-color: #C6CA1A; }
span { border-color: rgb(198,202,26); }
td.TdClassName
{
border-color: #C6CA1A;
}
.TagClassName
{
border-color: #C6CA1A;
}
</style>