Shades of Barberry #C7C329
Tints of Barberry #C7C329
RGB
CMYK
RGB Variations
Color information
#C7C329 (or 0xC7C329) is known color: Barberry. HEX triplet: C7, C3 and 29. RGB value is (199,195,41). Sum of RGB (Red+Green+Blue) = 199+195+41=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 41 (16.41% from 255 or 9.43% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C329 is #383CD6. Grayscale: #B3B3B3. Windows color (decimal): -3685591 or 2737095. OLE color: 2737095.
HSL color Cylindrical-coordinate representation of color #C7C329: hue angle of 58.48º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7C329 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 195 | 41 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.22 |
| HSL | 58.48º | 0.66% | 0.47% | - |
| HSV(B) | 58.48º | 0.79% | 0.78% | - |
| XYZ | 43.47 | 51.33 | 9.71 | - |
| YUV | 178.64 | 50.33 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 195 | 41 | 0 | 0.02 | 0.79 | 0.22 | 58.48 | 0.66 | 0.47 |
| Hex | C7 | C3 | 29 | 0 | 2 | 4F | 16 | 3A | 42 | 2F |
| Octal | 307 | 303 | 51 | 0 | 2 | 117 | 26 | 72 | 102 | 57 |
| Binary | 11000111 | 11000011 | 101001 | 0 | 10 | 1001111 | 10110 | 111010 | 1000010 | 101111 |
Color Harmonies of #C7C329
Complementary color
Monochromatic Colors of #C7C329
Black with #C7C329
Text Example
Text Example
White with #C7C329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C329; }
p { color: rgb(199,195,41); }
H1.HeaderClassName
{
color: #C7C329;
}
.AnyTagClassName
{
color: #C7C329;
}
</style>
background-color css
<style>
a { background-color: #C7C329; }
a { background-color: rgb(199,195,41); }
div.DivClassName
{
background-color: #C7C329;
}
.BgClassName
{
background-color: #C7C329;
}
</style>
border-color css
<style>
span { border-color: #C7C329; }
span { border-color: rgb(199,195,41); }
td.TdClassName
{
border-color: #C7C329;
}
.TagClassName
{
border-color: #C7C329;
}
</style>