Shades of Bird Flower #C7AF0E
Tints of Bird Flower #C7AF0E
RGB
CMYK
RGB Variations
Color information
#C7AF0E (or 0xC7AF0E) is known color: Bird Flower. HEX triplet: C7, AF and 0E. RGB value is (199,175,14). Sum of RGB (Red+Green+Blue) = 199+175+14=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AF0E is #3850F1. Grayscale: #A4A4A4. Windows color (decimal): -3690738 or 962503. OLE color: 962503.
HSL color Cylindrical-coordinate representation of color #C7AF0E: hue angle of 52.22º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7AF0E is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 175 | 14 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.22 |
| HSL | 52.22º | 0.87% | 0.42% | - |
| HSV(B) | 52.22º | 0.93% | 0.78% | - |
| XYZ | 38.96 | 42.83 | 6.63 | - |
| YUV | 163.82 | 43.45 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 14 | 0 | 0.12 | 0.93 | 0.22 | 52.22 | 0.87 | 0.42 |
| Hex | C7 | AF | E | 0 | C | 5D | 16 | 34 | 57 | 2A |
| Octal | 307 | 257 | 16 | 0 | 14 | 135 | 26 | 64 | 127 | 52 |
| Binary | 11000111 | 10101111 | 1110 | 0 | 1100 | 1011101 | 10110 | 110100 | 1010111 | 101010 |
Color Harmonies of #C7AF0E
Complementary color
Monochromatic Colors of #C7AF0E
Black with #C7AF0E
Text Example
Text Example
White with #C7AF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AF0E; }
p { color: rgb(199,175,14); }
H1.HeaderClassName
{
color: #C7AF0E;
}
.AnyTagClassName
{
color: #C7AF0E;
}
</style>
background-color css
<style>
a { background-color: #C7AF0E; }
a { background-color: rgb(199,175,14); }
div.DivClassName
{
background-color: #C7AF0E;
}
.BgClassName
{
background-color: #C7AF0E;
}
</style>
border-color css
<style>
span { border-color: #C7AF0E; }
span { border-color: rgb(199,175,14); }
td.TdClassName
{
border-color: #C7AF0E;
}
.TagClassName
{
border-color: #C7AF0E;
}
</style>