Shades of Bird Flower #C8B80C
Tints of Bird Flower #C8B80C
RGB
CMYK
RGB Variations
Color information
#C8B80C (or 0xC8B80C) is known color: Bird Flower. HEX triplet: C8, B8 and 0C. RGB value is (200,184,12). Sum of RGB (Red+Green+Blue) = 200+184+12=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B80C is #3747F3. Grayscale: #A9A9A9. Windows color (decimal): -3622900 or 833736. OLE color: 833736.
HSL color Cylindrical-coordinate representation of color #C8B80C: hue angle of 54.89º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8B80C is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 184 | 12 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.22 |
| HSL | 54.89º | 0.89% | 0.42% | - |
| HSV(B) | 54.89º | 0.94% | 0.78% | - |
| XYZ | 41.03 | 46.59 | 7.18 | - |
| YUV | 169.18 | 39.3 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 184 | 12 | 0 | 0.08 | 0.94 | 0.22 | 54.89 | 0.89 | 0.42 |
| Hex | C8 | B8 | C | 0 | 8 | 5E | 16 | 37 | 59 | 2A |
| Octal | 310 | 270 | 14 | 0 | 10 | 136 | 26 | 67 | 131 | 52 |
| Binary | 11001000 | 10111000 | 1100 | 0 | 1000 | 1011110 | 10110 | 110111 | 1011001 | 101010 |
Color Harmonies of #C8B80C
Complementary color
Monochromatic Colors of #C8B80C
Black with #C8B80C
Text Example
Text Example
White with #C8B80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B80C; }
p { color: rgb(200,184,12); }
H1.HeaderClassName
{
color: #C8B80C;
}
.AnyTagClassName
{
color: #C8B80C;
}
</style>
background-color css
<style>
a { background-color: #C8B80C; }
a { background-color: rgb(200,184,12); }
div.DivClassName
{
background-color: #C8B80C;
}
.BgClassName
{
background-color: #C8B80C;
}
</style>
border-color css
<style>
span { border-color: #C8B80C; }
span { border-color: rgb(200,184,12); }
td.TdClassName
{
border-color: #C8B80C;
}
.TagClassName
{
border-color: #C8B80C;
}
</style>