Shades of Barberry #C7CE1C
Tints of Barberry #C7CE1C
RGB
CMYK
RGB Variations
Color information
#C7CE1C (or 0xC7CE1C) is known color: Barberry. HEX triplet: C7, CE and 1C. RGB value is (199,206,28). Sum of RGB (Red+Green+Blue) = 199+206+28=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 28 (11.33% from 255 or 6.47% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CE1C is #3831E3. Grayscale: #B8B8B8. Windows color (decimal): -3682788 or 1887943. OLE color: 1887943.
HSL color Cylindrical-coordinate representation of color #C7CE1C: hue angle of 62.36º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7CE1C is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 206 | 28 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.19 |
| HSL | 62.36º | 0.76% | 0.46% | - |
| HSV(B) | 62.36º | 0.86% | 0.81% | - |
| XYZ | 45.83 | 56.37 | 9.56 | - |
| YUV | 183.62 | 40.18 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 206 | 28 | 0.03 | 0 | 0.86 | 0.19 | 62.36 | 0.76 | 0.46 |
| Hex | C7 | CE | 1C | 3 | 0 | 56 | 13 | 3E | 4C | 2E |
| Octal | 307 | 316 | 34 | 3 | 0 | 126 | 23 | 76 | 114 | 56 |
| Binary | 11000111 | 11001110 | 11100 | 11 | 0 | 1010110 | 10011 | 111110 | 1001100 | 101110 |
Color Harmonies of #C7CE1C
Complementary color
Monochromatic Colors of #C7CE1C
Black with #C7CE1C
Text Example
Text Example
White with #C7CE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CE1C; }
p { color: rgb(199,206,28); }
H1.HeaderClassName
{
color: #C7CE1C;
}
.AnyTagClassName
{
color: #C7CE1C;
}
</style>
background-color css
<style>
a { background-color: #C7CE1C; }
a { background-color: rgb(199,206,28); }
div.DivClassName
{
background-color: #C7CE1C;
}
.BgClassName
{
background-color: #C7CE1C;
}
</style>
border-color css
<style>
span { border-color: #C7CE1C; }
span { border-color: rgb(199,206,28); }
td.TdClassName
{
border-color: #C7CE1C;
}
.TagClassName
{
border-color: #C7CE1C;
}
</style>