Shades of Bird Flower #C7AF12
Tints of Bird Flower #C7AF12
RGB
CMYK
RGB Variations
Color information
#C7AF12 (or 0xC7AF12) is known color: Bird Flower. HEX triplet: C7, AF and 12. RGB value is (199,175,18). Sum of RGB (Red+Green+Blue) = 199+175+18=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 18 (7.42% from 255 or 4.59% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AF12 is #3850ED. Grayscale: #A4A4A4. Windows color (decimal): -3690734 or 1224647. OLE color: 1224647.
HSL color Cylindrical-coordinate representation of color #C7AF12: hue angle of 52.04º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7AF12 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 175 | 18 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.22 |
| HSL | 52.04º | 0.83% | 0.43% | - |
| HSV(B) | 52.04º | 0.91% | 0.78% | - |
| XYZ | 38.99 | 42.85 | 6.79 | - |
| YUV | 164.28 | 45.45 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 18 | 0 | 0.12 | 0.91 | 0.22 | 52.04 | 0.83 | 0.43 |
| Hex | C7 | AF | 12 | 0 | C | 5B | 16 | 34 | 53 | 2B |
| Octal | 307 | 257 | 22 | 0 | 14 | 133 | 26 | 64 | 123 | 53 |
| Binary | 11000111 | 10101111 | 10010 | 0 | 1100 | 1011011 | 10110 | 110100 | 1010011 | 101011 |
Color Harmonies of #C7AF12
Complementary color
Monochromatic Colors of #C7AF12
Black with #C7AF12
Text Example
Text Example
White with #C7AF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AF12; }
p { color: rgb(199,175,18); }
H1.HeaderClassName
{
color: #C7AF12;
}
.AnyTagClassName
{
color: #C7AF12;
}
</style>
background-color css
<style>
a { background-color: #C7AF12; }
a { background-color: rgb(199,175,18); }
div.DivClassName
{
background-color: #C7AF12;
}
.BgClassName
{
background-color: #C7AF12;
}
</style>
border-color css
<style>
span { border-color: #C7AF12; }
span { border-color: rgb(199,175,18); }
td.TdClassName
{
border-color: #C7AF12;
}
.TagClassName
{
border-color: #C7AF12;
}
</style>