Shades of Barberry #C7C924
Tints of Barberry #C7C924
RGB
CMYK
RGB Variations
Color information
#C7C924 (or 0xC7C924) is known color: Barberry. HEX triplet: C7, C9 and 24. RGB value is (199,201,36). Sum of RGB (Red+Green+Blue) = 199+201+36=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 36 (14.45% from 255 or 8.26% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #C7C924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C924 is #3836DB. Grayscale: #B6B6B6. Windows color (decimal): -3684060 or 2410951. OLE color: 2410951.
HSL color Cylindrical-coordinate representation of color #C7C924: hue angle of 60.73º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7C924 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 201 | 36 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.21 |
| HSL | 60.73º | 0.7% | 0.46% | - |
| HSV(B) | 60.73º | 0.82% | 0.79% | - |
| XYZ | 44.76 | 54.04 | 9.74 | - |
| YUV | 181.59 | 45.84 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 201 | 36 | 0.01 | 0 | 0.82 | 0.21 | 60.73 | 0.7 | 0.46 |
| Hex | C7 | C9 | 24 | 1 | 0 | 52 | 15 | 3D | 46 | 2E |
| Octal | 307 | 311 | 44 | 1 | 0 | 122 | 25 | 75 | 106 | 56 |
| Binary | 11000111 | 11001001 | 100100 | 1 | 0 | 1010010 | 10101 | 111101 | 1000110 | 101110 |
Color Harmonies of #C7C924
Complementary color
Monochromatic Colors of #C7C924
Black with #C7C924
Text Example
Text Example
White with #C7C924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C924; }
p { color: rgb(199,201,36); }
H1.HeaderClassName
{
color: #C7C924;
}
.AnyTagClassName
{
color: #C7C924;
}
</style>
background-color css
<style>
a { background-color: #C7C924; }
a { background-color: rgb(199,201,36); }
div.DivClassName
{
background-color: #C7C924;
}
.BgClassName
{
background-color: #C7C924;
}
</style>
border-color css
<style>
span { border-color: #C7C924; }
span { border-color: rgb(199,201,36); }
td.TdClassName
{
border-color: #C7C924;
}
.TagClassName
{
border-color: #C7C924;
}
</style>