Shades of Bird Flower #C7C514
Tints of Bird Flower #C7C514
RGB
CMYK
RGB Variations
Color information
#C7C514 (or 0xC7C514) is known color: Bird Flower. HEX triplet: C7, C5 and 14. RGB value is (199,197,20). Sum of RGB (Red+Green+Blue) = 199+197+20=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C514 is #383AEB. Grayscale: #B2B2B2. Windows color (decimal): -3685100 or 1361351. OLE color: 1361351.
HSL color Cylindrical-coordinate representation of color #C7C514: hue angle of 59.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7C514 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 197 | 20 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.22 |
| HSL | 59.33º | 0.82% | 0.43% | - |
| HSV(B) | 59.33º | 0.9% | 0.78% | - |
| XYZ | 43.65 | 52.13 | 8.42 | - |
| YUV | 177.42 | 39.16 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 20 | 0 | 0.01 | 0.90 | 0.22 | 59.33 | 0.82 | 0.43 |
| Hex | C7 | C5 | 14 | 0 | 1 | 5A | 16 | 3B | 52 | 2B |
| Octal | 307 | 305 | 24 | 0 | 1 | 132 | 26 | 73 | 122 | 53 |
| Binary | 11000111 | 11000101 | 10100 | 0 | 1 | 1011010 | 10110 | 111011 | 1010010 | 101011 |
Color Harmonies of #C7C514
Complementary color
Monochromatic Colors of #C7C514
Black with #C7C514
Text Example
Text Example
White with #C7C514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C514; }
p { color: rgb(199,197,20); }
H1.HeaderClassName
{
color: #C7C514;
}
.AnyTagClassName
{
color: #C7C514;
}
</style>
background-color css
<style>
a { background-color: #C7C514; }
a { background-color: rgb(199,197,20); }
div.DivClassName
{
background-color: #C7C514;
}
.BgClassName
{
background-color: #C7C514;
}
</style>
border-color css
<style>
span { border-color: #C7C514; }
span { border-color: rgb(199,197,20); }
td.TdClassName
{
border-color: #C7C514;
}
.TagClassName
{
border-color: #C7C514;
}
</style>