Shades of Barberry #C6CA1C
Tints of Barberry #C6CA1C
RGB
CMYK
RGB Variations
Color information
#C6CA1C (or 0xC6CA1C) is known color: Barberry. HEX triplet: C6, CA and 1C. RGB value is (198,202,28). Sum of RGB (Red+Green+Blue) = 198+202+28=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CA1C is #3935E3. Grayscale: #B5B5B5. Windows color (decimal): -3749348 or 1886918. OLE color: 1886918.
HSL color Cylindrical-coordinate representation of color #C6CA1C: hue angle of 61.38º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6CA1C is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 202 | 28 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.21 |
| HSL | 61.38º | 0.76% | 0.45% | - |
| HSV(B) | 61.38º | 0.86% | 0.79% | - |
| XYZ | 44.62 | 54.33 | 9.23 | - |
| YUV | 180.97 | 41.67 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 28 | 0.02 | 0 | 0.86 | 0.21 | 61.38 | 0.76 | 0.45 |
| Hex | C6 | CA | 1C | 2 | 0 | 56 | 15 | 3D | 4C | 2D |
| Octal | 306 | 312 | 34 | 2 | 0 | 126 | 25 | 75 | 114 | 55 |
| Binary | 11000110 | 11001010 | 11100 | 10 | 0 | 1010110 | 10101 | 111101 | 1001100 | 101101 |
Color Harmonies of #C6CA1C
Complementary color
Monochromatic Colors of #C6CA1C
Black with #C6CA1C
Text Example
Text Example
White with #C6CA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CA1C; }
p { color: rgb(198,202,28); }
H1.HeaderClassName
{
color: #C6CA1C;
}
.AnyTagClassName
{
color: #C6CA1C;
}
</style>
background-color css
<style>
a { background-color: #C6CA1C; }
a { background-color: rgb(198,202,28); }
div.DivClassName
{
background-color: #C6CA1C;
}
.BgClassName
{
background-color: #C6CA1C;
}
</style>
border-color css
<style>
span { border-color: #C6CA1C; }
span { border-color: rgb(198,202,28); }
td.TdClassName
{
border-color: #C6CA1C;
}
.TagClassName
{
border-color: #C6CA1C;
}
</style>