Shades of Bird Flower #C8BC09
Tints of Bird Flower #C8BC09
RGB
CMYK
RGB Variations
Color information
#C8BC09 (or 0xC8BC09) is known color: Bird Flower. HEX triplet: C8, BC and 09. RGB value is (200,188,9). Sum of RGB (Red+Green+Blue) = 200+188+9=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 9 (3.91% from 255 or 2.27% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BC09 is #3743F6. Grayscale: #ABABAB. Windows color (decimal): -3621879 or 638152. OLE color: 638152.
HSL color Cylindrical-coordinate representation of color #C8BC09: hue angle of 56.23º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8BC09 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 9 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.22 |
| HSL | 56.23º | 0.91% | 0.41% | - |
| HSV(B) | 56.23º | 0.96% | 0.78% | - |
| XYZ | 41.85 | 48.27 | 7.37 | - |
| YUV | 171.18 | 36.48 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 9 | 0 | 0.06 | 0.96 | 0.22 | 56.23 | 0.91 | 0.41 |
| Hex | C8 | BC | 9 | 0 | 6 | 60 | 16 | 38 | 5B | 29 |
| Octal | 310 | 274 | 11 | 0 | 6 | 140 | 26 | 70 | 133 | 51 |
| Binary | 11001000 | 10111100 | 1001 | 0 | 110 | 1100000 | 10110 | 111000 | 1011011 | 101001 |
Color Harmonies of #C8BC09
Complementary color
Monochromatic Colors of #C8BC09
Black with #C8BC09
Text Example
Text Example
White with #C8BC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC09; }
p { color: rgb(200,188,9); }
H1.HeaderClassName
{
color: #C8BC09;
}
.AnyTagClassName
{
color: #C8BC09;
}
</style>
background-color css
<style>
a { background-color: #C8BC09; }
a { background-color: rgb(200,188,9); }
div.DivClassName
{
background-color: #C8BC09;
}
.BgClassName
{
background-color: #C8BC09;
}
</style>
border-color css
<style>
span { border-color: #C8BC09; }
span { border-color: rgb(200,188,9); }
td.TdClassName
{
border-color: #C8BC09;
}
.TagClassName
{
border-color: #C8BC09;
}
</style>