Shades of Bird Flower #C8BA0C
Tints of Bird Flower #C8BA0C
RGB
CMYK
RGB Variations
Color information
#C8BA0C (or 0xC8BA0C) is known color: Bird Flower. HEX triplet: C8, BA and 0C. RGB value is (200,186,12). Sum of RGB (Red+Green+Blue) = 200+186+12=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BA0C is #3745F3. Grayscale: #ABABAB. Windows color (decimal): -3622388 or 834248. OLE color: 834248.
HSL color Cylindrical-coordinate representation of color #C8BA0C: hue angle of 55.53º 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 #C8BA0C is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 12 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.22 |
| HSL | 55.53º | 0.89% | 0.42% | - |
| HSV(B) | 55.53º | 0.94% | 0.78% | - |
| XYZ | 41.44 | 47.42 | 7.32 | - |
| YUV | 170.35 | 38.64 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 12 | 0 | 0.07 | 0.94 | 0.22 | 55.53 | 0.89 | 0.42 |
| Hex | C8 | BA | C | 0 | 7 | 5E | 16 | 38 | 59 | 2A |
| Octal | 310 | 272 | 14 | 0 | 7 | 136 | 26 | 70 | 131 | 52 |
| Binary | 11001000 | 10111010 | 1100 | 0 | 111 | 1011110 | 10110 | 111000 | 1011001 | 101010 |
Color Harmonies of #C8BA0C
Complementary color
Monochromatic Colors of #C8BA0C
Black with #C8BA0C
Text Example
Text Example
White with #C8BA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA0C; }
p { color: rgb(200,186,12); }
H1.HeaderClassName
{
color: #C8BA0C;
}
.AnyTagClassName
{
color: #C8BA0C;
}
</style>
background-color css
<style>
a { background-color: #C8BA0C; }
a { background-color: rgb(200,186,12); }
div.DivClassName
{
background-color: #C8BA0C;
}
.BgClassName
{
background-color: #C8BA0C;
}
</style>
border-color css
<style>
span { border-color: #C8BA0C; }
span { border-color: rgb(200,186,12); }
td.TdClassName
{
border-color: #C8BA0C;
}
.TagClassName
{
border-color: #C8BA0C;
}
</style>