Shades of Bird Flower #C8AF11
Tints of Bird Flower #C8AF11
RGB
CMYK
RGB Variations
Color information
#C8AF11 (or 0xC8AF11) is known color: Bird Flower. HEX triplet: C8, AF and 11. RGB value is (200,175,17). Sum of RGB (Red+Green+Blue) = 200+175+17=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AF11 is #3750EE. Grayscale: #A5A5A5. Windows color (decimal): -3625199 or 1159112. OLE color: 1159112.
HSL color Cylindrical-coordinate representation of color #C8AF11: hue angle of 51.8º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8AF11 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 17 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.22 |
| HSL | 51.8º | 0.84% | 0.43% | - |
| HSV(B) | 51.8º | 0.92% | 0.78% | - |
| XYZ | 39.25 | 42.98 | 6.76 | - |
| YUV | 164.46 | 44.78 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 17 | 0 | 0.12 | 0.92 | 0.22 | 51.8 | 0.84 | 0.43 |
| Hex | C8 | AF | 11 | 0 | C | 5C | 16 | 34 | 54 | 2B |
| Octal | 310 | 257 | 21 | 0 | 14 | 134 | 26 | 64 | 124 | 53 |
| Binary | 11001000 | 10101111 | 10001 | 0 | 1100 | 1011100 | 10110 | 110100 | 1010100 | 101011 |
Color Harmonies of #C8AF11
Complementary color
Monochromatic Colors of #C8AF11
Black with #C8AF11
Text Example
Text Example
White with #C8AF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF11; }
p { color: rgb(200,175,17); }
H1.HeaderClassName
{
color: #C8AF11;
}
.AnyTagClassName
{
color: #C8AF11;
}
</style>
background-color css
<style>
a { background-color: #C8AF11; }
a { background-color: rgb(200,175,17); }
div.DivClassName
{
background-color: #C8AF11;
}
.BgClassName
{
background-color: #C8AF11;
}
</style>
border-color css
<style>
span { border-color: #C8AF11; }
span { border-color: rgb(200,175,17); }
td.TdClassName
{
border-color: #C8AF11;
}
.TagClassName
{
border-color: #C8AF11;
}
</style>