Shades of Bird Flower #C8AC0E
Tints of Bird Flower #C8AC0E
RGB
CMYK
RGB Variations
Color information
#C8AC0E (or 0xC8AC0E) is known color: Bird Flower. HEX triplet: C8, AC and 0E. RGB value is (200,172,14). Sum of RGB (Red+Green+Blue) = 200+172+14=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AC0E is #3753F1. Grayscale: #A3A3A3. Windows color (decimal): -3625970 or 961736. OLE color: 961736.
HSL color Cylindrical-coordinate representation of color #C8AC0E: hue angle of 50.97º 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 #C8AC0E is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 172 | 14 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.22 |
| HSL | 50.97º | 0.87% | 0.42% | - |
| HSV(B) | 50.97º | 0.93% | 0.78% | - |
| XYZ | 38.65 | 41.82 | 6.45 | - |
| YUV | 162.36 | 44.28 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 14 | 0 | 0.14 | 0.93 | 0.22 | 50.97 | 0.87 | 0.42 |
| Hex | C8 | AC | E | 0 | E | 5D | 16 | 33 | 57 | 2A |
| Octal | 310 | 254 | 16 | 0 | 16 | 135 | 26 | 63 | 127 | 52 |
| Binary | 11001000 | 10101100 | 1110 | 0 | 1110 | 1011101 | 10110 | 110011 | 1010111 | 101010 |
Color Harmonies of #C8AC0E
Complementary color
Monochromatic Colors of #C8AC0E
Black with #C8AC0E
Text Example
Text Example
White with #C8AC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AC0E; }
p { color: rgb(200,172,14); }
H1.HeaderClassName
{
color: #C8AC0E;
}
.AnyTagClassName
{
color: #C8AC0E;
}
</style>
background-color css
<style>
a { background-color: #C8AC0E; }
a { background-color: rgb(200,172,14); }
div.DivClassName
{
background-color: #C8AC0E;
}
.BgClassName
{
background-color: #C8AC0E;
}
</style>
border-color css
<style>
span { border-color: #C8AC0E; }
span { border-color: rgb(200,172,14); }
td.TdClassName
{
border-color: #C8AC0E;
}
.TagClassName
{
border-color: #C8AC0E;
}
</style>