Shades of Barberry #C7C21F
Tints of Barberry #C7C21F
RGB
CMYK
RGB Variations
Color information
#C7C21F (or 0xC7C21F) is known color: Barberry. HEX triplet: C7, C2 and 1F. RGB value is (199,194,31). Sum of RGB (Red+Green+Blue) = 199+194+31=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 31 (12.5% from 255 or 7.31% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C21F is #383DE0. Grayscale: #B1B1B1. Windows color (decimal): -3685857 or 2081479. OLE color: 2081479.
HSL color Cylindrical-coordinate representation of color #C7C21F: hue angle of 58.21º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7C21F is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 194 | 31 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.22 |
| HSL | 58.21º | 0.73% | 0.45% | - |
| HSV(B) | 58.21º | 0.84% | 0.78% | - |
| XYZ | 43.09 | 50.82 | 8.84 | - |
| YUV | 176.91 | 45.66 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 31 | 0 | 0.03 | 0.84 | 0.22 | 58.21 | 0.73 | 0.45 |
| Hex | C7 | C2 | 1F | 0 | 3 | 54 | 16 | 3A | 49 | 2D |
| Octal | 307 | 302 | 37 | 0 | 3 | 124 | 26 | 72 | 111 | 55 |
| Binary | 11000111 | 11000010 | 11111 | 0 | 11 | 1010100 | 10110 | 111010 | 1001001 | 101101 |
Color Harmonies of #C7C21F
Complementary color
Monochromatic Colors of #C7C21F
Black with #C7C21F
Text Example
Text Example
White with #C7C21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C21F; }
p { color: rgb(199,194,31); }
H1.HeaderClassName
{
color: #C7C21F;
}
.AnyTagClassName
{
color: #C7C21F;
}
</style>
background-color css
<style>
a { background-color: #C7C21F; }
a { background-color: rgb(199,194,31); }
div.DivClassName
{
background-color: #C7C21F;
}
.BgClassName
{
background-color: #C7C21F;
}
</style>
border-color css
<style>
span { border-color: #C7C21F; }
span { border-color: rgb(199,194,31); }
td.TdClassName
{
border-color: #C7C21F;
}
.TagClassName
{
border-color: #C7C21F;
}
</style>