Shades of Bird Flower #C7AF0A
Tints of Bird Flower #C7AF0A
RGB
CMYK
RGB Variations
Color information
#C7AF0A (or 0xC7AF0A) is known color: Bird Flower. HEX triplet: C7, AF and 0A. RGB value is (199,175,10). Sum of RGB (Red+Green+Blue) = 199+175+10=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 10 (4.30% from 255 or 2.60% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AF0A is #3850F5. Grayscale: #A4A4A4. Windows color (decimal): -3690742 or 700359. OLE color: 700359.
HSL color Cylindrical-coordinate representation of color #C7AF0A: hue angle of 52.38º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7AF0A is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 175 | 10 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.22 |
| HSL | 52.38º | 0.9% | 0.41% | - |
| HSV(B) | 52.38º | 0.95% | 0.78% | - |
| XYZ | 38.94 | 42.82 | 6.5 | - |
| YUV | 163.37 | 41.45 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 10 | 0 | 0.12 | 0.95 | 0.22 | 52.38 | 0.9 | 0.41 |
| Hex | C7 | AF | A | 0 | C | 5F | 16 | 34 | 5A | 29 |
| Octal | 307 | 257 | 12 | 0 | 14 | 137 | 26 | 64 | 132 | 51 |
| Binary | 11000111 | 10101111 | 1010 | 0 | 1100 | 1011111 | 10110 | 110100 | 1011010 | 101001 |
Color Harmonies of #C7AF0A
Complementary color
Monochromatic Colors of #C7AF0A
Black with #C7AF0A
Text Example
Text Example
White with #C7AF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AF0A; }
p { color: rgb(199,175,10); }
H1.HeaderClassName
{
color: #C7AF0A;
}
.AnyTagClassName
{
color: #C7AF0A;
}
</style>
background-color css
<style>
a { background-color: #C7AF0A; }
a { background-color: rgb(199,175,10); }
div.DivClassName
{
background-color: #C7AF0A;
}
.BgClassName
{
background-color: #C7AF0A;
}
</style>
border-color css
<style>
span { border-color: #C7AF0A; }
span { border-color: rgb(199,175,10); }
td.TdClassName
{
border-color: #C7AF0A;
}
.TagClassName
{
border-color: #C7AF0A;
}
</style>