Shades of Barberry #C7C91E
Tints of Barberry #C7C91E
RGB
CMYK
RGB Variations
Color information
#C7C91E (or 0xC7C91E) is known color: Barberry. HEX triplet: C7, C9 and 1E. RGB value is (199,201,30). Sum of RGB (Red+Green+Blue) = 199+201+30=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 30 (12.11% from 255 or 6.98% from 430); Max value from RGB is 201 - color contains mainly: green. Hex color #C7C91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C91E is #3836E1. Grayscale: #B5B5B5. Windows color (decimal): -3684066 or 2017735. OLE color: 2017735.
HSL color Cylindrical-coordinate representation of color #C7C91E: hue angle of 60.7º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7C91E is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 201 | 30 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.21 |
| HSL | 60.7º | 0.74% | 0.45% | - |
| HSV(B) | 60.7º | 0.85% | 0.79% | - |
| XYZ | 44.67 | 54.01 | 9.3 | - |
| YUV | 180.91 | 42.84 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 201 | 30 | 0.01 | 0 | 0.85 | 0.21 | 60.7 | 0.74 | 0.45 |
| Hex | C7 | C9 | 1E | 1 | 0 | 55 | 15 | 3D | 4A | 2D |
| Octal | 307 | 311 | 36 | 1 | 0 | 125 | 25 | 75 | 112 | 55 |
| Binary | 11000111 | 11001001 | 11110 | 1 | 0 | 1010101 | 10101 | 111101 | 1001010 | 101101 |
Color Harmonies of #C7C91E
Complementary color
Monochromatic Colors of #C7C91E
Black with #C7C91E
Text Example
Text Example
White with #C7C91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C91E; }
p { color: rgb(199,201,30); }
H1.HeaderClassName
{
color: #C7C91E;
}
.AnyTagClassName
{
color: #C7C91E;
}
</style>
background-color css
<style>
a { background-color: #C7C91E; }
a { background-color: rgb(199,201,30); }
div.DivClassName
{
background-color: #C7C91E;
}
.BgClassName
{
background-color: #C7C91E;
}
</style>
border-color css
<style>
span { border-color: #C7C91E; }
span { border-color: rgb(199,201,30); }
td.TdClassName
{
border-color: #C7C91E;
}
.TagClassName
{
border-color: #C7C91E;
}
</style>