Shades of Barberry #C7B92A
Tints of Barberry #C7B92A
RGB
CMYK
RGB Variations
Color information
#C7B92A (or 0xC7B92A) is known color: Barberry. HEX triplet: C7, B9 and 2A. RGB value is (199,185,42). Sum of RGB (Red+Green+Blue) = 199+185+42=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B92A is #3846D5. Grayscale: #ADADAD. Windows color (decimal): -3688150 or 2800071. OLE color: 2800071.
HSL color Cylindrical-coordinate representation of color #C7B92A: hue angle of 54.65º degrees, saturation: 0.65, 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 #C7B92A is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 185 | 42 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.22 |
| HSL | 54.65º | 0.65% | 0.47% | - |
| HSV(B) | 54.65º | 0.79% | 0.78% | - |
| XYZ | 41.32 | 47.01 | 9.09 | - |
| YUV | 172.88 | 54.14 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 185 | 42 | 0 | 0.07 | 0.79 | 0.22 | 54.65 | 0.65 | 0.47 |
| Hex | C7 | B9 | 2A | 0 | 7 | 4F | 16 | 37 | 41 | 2F |
| Octal | 307 | 271 | 52 | 0 | 7 | 117 | 26 | 67 | 101 | 57 |
| Binary | 11000111 | 10111001 | 101010 | 0 | 111 | 1001111 | 10110 | 110111 | 1000001 | 101111 |
Color Harmonies of #C7B92A
Complementary color
Monochromatic Colors of #C7B92A
Black with #C7B92A
Text Example
Text Example
White with #C7B92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B92A; }
p { color: rgb(199,185,42); }
H1.HeaderClassName
{
color: #C7B92A;
}
.AnyTagClassName
{
color: #C7B92A;
}
</style>
background-color css
<style>
a { background-color: #C7B92A; }
a { background-color: rgb(199,185,42); }
div.DivClassName
{
background-color: #C7B92A;
}
.BgClassName
{
background-color: #C7B92A;
}
</style>
border-color css
<style>
span { border-color: #C7B92A; }
span { border-color: rgb(199,185,42); }
td.TdClassName
{
border-color: #C7B92A;
}
.TagClassName
{
border-color: #C7B92A;
}
</style>