Shades of Bird Flower #C5AE0C
Tints of Bird Flower #C5AE0C
RGB
CMYK
RGB Variations
Color information
#C5AE0C (or 0xC5AE0C) is known color: Bird Flower. HEX triplet: C5, AE and 0C. RGB value is (197,174,12). Sum of RGB (Red+Green+Blue) = 197+174+12=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AE0C is #3A51F3. Grayscale: #A3A3A3. Windows color (decimal): -3822068 or 831173. OLE color: 831173.
HSL color Cylindrical-coordinate representation of color #C5AE0C: hue angle of 52.54º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5AE0C is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 174 | 12 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.23 |
| HSL | 52.54º | 0.89% | 0.41% | - |
| HSV(B) | 52.54º | 0.94% | 0.77% | - |
| XYZ | 38.23 | 42.17 | 6.47 | - |
| YUV | 162.41 | 43.12 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 174 | 12 | 0 | 0.12 | 0.94 | 0.23 | 52.54 | 0.89 | 0.41 |
| Hex | C5 | AE | C | 0 | C | 5E | 17 | 35 | 59 | 29 |
| Octal | 305 | 256 | 14 | 0 | 14 | 136 | 27 | 65 | 131 | 51 |
| Binary | 11000101 | 10101110 | 1100 | 0 | 1100 | 1011110 | 10111 | 110101 | 1011001 | 101001 |
Color Harmonies of #C5AE0C
Complementary color
Monochromatic Colors of #C5AE0C
Black with #C5AE0C
Text Example
Text Example
White with #C5AE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AE0C; }
p { color: rgb(197,174,12); }
H1.HeaderClassName
{
color: #C5AE0C;
}
.AnyTagClassName
{
color: #C5AE0C;
}
</style>
background-color css
<style>
a { background-color: #C5AE0C; }
a { background-color: rgb(197,174,12); }
div.DivClassName
{
background-color: #C5AE0C;
}
.BgClassName
{
background-color: #C5AE0C;
}
</style>
border-color css
<style>
span { border-color: #C5AE0C; }
span { border-color: rgb(197,174,12); }
td.TdClassName
{
border-color: #C5AE0C;
}
.TagClassName
{
border-color: #C5AE0C;
}
</style>