Shades of Bird Flower #C7AF13
Tints of Bird Flower #C7AF13
RGB
CMYK
RGB Variations
Color information
#C7AF13 (or 0xC7AF13) is known color: Bird Flower. HEX triplet: C7, AF and 13. RGB value is (199,175,19). Sum of RGB (Red+Green+Blue) = 199+175+19=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AF13 is #3850EC. Grayscale: #A5A5A5. Windows color (decimal): -3690733 or 1290183. OLE color: 1290183.
HSL color Cylindrical-coordinate representation of color #C7AF13: hue angle of 52º degrees, saturation: 0.83, 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 #C7AF13 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 175 | 19 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.22 |
| HSL | 52º | 0.83% | 0.43% | - |
| HSV(B) | 52º | 0.9% | 0.78% | - |
| XYZ | 39 | 42.85 | 6.83 | - |
| YUV | 164.39 | 45.95 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 19 | 0 | 0.12 | 0.90 | 0.22 | 52 | 0.83 | 0.43 |
| Hex | C7 | AF | 13 | 0 | C | 5A | 16 | 34 | 53 | 2B |
| Octal | 307 | 257 | 23 | 0 | 14 | 132 | 26 | 64 | 123 | 53 |
| Binary | 11000111 | 10101111 | 10011 | 0 | 1100 | 1011010 | 10110 | 110100 | 1010011 | 101011 |
Color Harmonies of #C7AF13
Complementary color
Monochromatic Colors of #C7AF13
Black with #C7AF13
Text Example
Text Example
White with #C7AF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AF13; }
p { color: rgb(199,175,19); }
H1.HeaderClassName
{
color: #C7AF13;
}
.AnyTagClassName
{
color: #C7AF13;
}
</style>
background-color css
<style>
a { background-color: #C7AF13; }
a { background-color: rgb(199,175,19); }
div.DivClassName
{
background-color: #C7AF13;
}
.BgClassName
{
background-color: #C7AF13;
}
</style>
border-color css
<style>
span { border-color: #C7AF13; }
span { border-color: rgb(199,175,19); }
td.TdClassName
{
border-color: #C7AF13;
}
.TagClassName
{
border-color: #C7AF13;
}
</style>