Shades of Bird Flower #C7B524
Tints of Bird Flower #C7B524
RGB
CMYK
RGB Variations
Color information
#C7B524 (or 0xC7B524) is known color: Bird Flower. HEX triplet: C7, B5 and 24. RGB value is (199,181,36). Sum of RGB (Red+Green+Blue) = 199+181+36=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 36 (14.45% from 255 or 8.65% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B524 is #384ADB. Grayscale: #AAAAAA. Windows color (decimal): -3689180 or 2405831. OLE color: 2405831.
HSL color Cylindrical-coordinate representation of color #C7B524: hue angle of 53.37º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7B524 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 181 | 36 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.22 |
| HSL | 53.37º | 0.69% | 0.46% | - |
| HSV(B) | 53.37º | 0.82% | 0.78% | - |
| XYZ | 40.4 | 45.32 | 8.29 | - |
| YUV | 169.85 | 52.46 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 36 | 0 | 0.09 | 0.82 | 0.22 | 53.37 | 0.69 | 0.46 |
| Hex | C7 | B5 | 24 | 0 | 9 | 52 | 16 | 35 | 45 | 2E |
| Octal | 307 | 265 | 44 | 0 | 11 | 122 | 26 | 65 | 105 | 56 |
| Binary | 11000111 | 10110101 | 100100 | 0 | 1001 | 1010010 | 10110 | 110101 | 1000101 | 101110 |
Color Harmonies of #C7B524
Complementary color
Monochromatic Colors of #C7B524
Black with #C7B524
Text Example
Text Example
White with #C7B524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B524; }
p { color: rgb(199,181,36); }
H1.HeaderClassName
{
color: #C7B524;
}
.AnyTagClassName
{
color: #C7B524;
}
</style>
background-color css
<style>
a { background-color: #C7B524; }
a { background-color: rgb(199,181,36); }
div.DivClassName
{
background-color: #C7B524;
}
.BgClassName
{
background-color: #C7B524;
}
</style>
border-color css
<style>
span { border-color: #C7B524; }
span { border-color: rgb(199,181,36); }
td.TdClassName
{
border-color: #C7B524;
}
.TagClassName
{
border-color: #C7B524;
}
</style>