Shades of Bird Flower #C8BB09
Tints of Bird Flower #C8BB09
RGB
CMYK
RGB Variations
Color information
#C8BB09 (or 0xC8BB09) is known color: Bird Flower. HEX triplet: C8, BB and 09. RGB value is (200,187,9). Sum of RGB (Red+Green+Blue) = 200+187+9=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 9 (3.91% from 255 or 2.27% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BB09 is #3744F6. Grayscale: #ABABAB. Windows color (decimal): -3622135 or 637896. OLE color: 637896.
HSL color Cylindrical-coordinate representation of color #C8BB09: hue angle of 55.92º 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 #C8BB09 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 9 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.22 |
| HSL | 55.92º | 0.91% | 0.41% | - |
| HSV(B) | 55.92º | 0.96% | 0.78% | - |
| XYZ | 41.64 | 47.84 | 7.3 | - |
| YUV | 170.6 | 36.81 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 9 | 0 | 0.06 | 0.96 | 0.22 | 55.92 | 0.91 | 0.41 |
| Hex | C8 | BB | 9 | 0 | 6 | 60 | 16 | 38 | 5B | 29 |
| Octal | 310 | 273 | 11 | 0 | 6 | 140 | 26 | 70 | 133 | 51 |
| Binary | 11001000 | 10111011 | 1001 | 0 | 110 | 1100000 | 10110 | 111000 | 1011011 | 101001 |
Color Harmonies of #C8BB09
Complementary color
Monochromatic Colors of #C8BB09
Black with #C8BB09
Text Example
Text Example
White with #C8BB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BB09; }
p { color: rgb(200,187,9); }
H1.HeaderClassName
{
color: #C8BB09;
}
.AnyTagClassName
{
color: #C8BB09;
}
</style>
background-color css
<style>
a { background-color: #C8BB09; }
a { background-color: rgb(200,187,9); }
div.DivClassName
{
background-color: #C8BB09;
}
.BgClassName
{
background-color: #C8BB09;
}
</style>
border-color css
<style>
span { border-color: #C8BB09; }
span { border-color: rgb(200,187,9); }
td.TdClassName
{
border-color: #C8BB09;
}
.TagClassName
{
border-color: #C8BB09;
}
</style>