Shades of Bird Flower #C8BB08
Tints of Bird Flower #C8BB08
RGB
CMYK
RGB Variations
Color information
#C8BB08 (or 0xC8BB08) is known color: Bird Flower. HEX triplet: C8, BB and 08. RGB value is (200,187,8). Sum of RGB (Red+Green+Blue) = 200+187+8=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 8 (3.52% from 255 or 2.03% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BB08 is #3744F7. Grayscale: #ABABAB. Windows color (decimal): -3622136 or 572360. OLE color: 572360.
HSL color Cylindrical-coordinate representation of color #C8BB08: hue angle of 55.94º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8BB08 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 8 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.22 |
| HSL | 55.94º | 0.92% | 0.41% | - |
| HSV(B) | 55.94º | 0.96% | 0.78% | - |
| XYZ | 41.63 | 47.84 | 7.27 | - |
| YUV | 170.48 | 36.31 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 8 | 0 | 0.06 | 0.96 | 0.22 | 55.94 | 0.92 | 0.41 |
| Hex | C8 | BB | 8 | 0 | 6 | 60 | 16 | 38 | 5C | 29 |
| Octal | 310 | 273 | 10 | 0 | 6 | 140 | 26 | 70 | 134 | 51 |
| Binary | 11001000 | 10111011 | 1000 | 0 | 110 | 1100000 | 10110 | 111000 | 1011100 | 101001 |
Color Harmonies of #C8BB08
Complementary color
Monochromatic Colors of #C8BB08
Black with #C8BB08
Text Example
Text Example
White with #C8BB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BB08; }
p { color: rgb(200,187,8); }
H1.HeaderClassName
{
color: #C8BB08;
}
.AnyTagClassName
{
color: #C8BB08;
}
</style>
background-color css
<style>
a { background-color: #C8BB08; }
a { background-color: rgb(200,187,8); }
div.DivClassName
{
background-color: #C8BB08;
}
.BgClassName
{
background-color: #C8BB08;
}
</style>
border-color css
<style>
span { border-color: #C8BB08; }
span { border-color: rgb(200,187,8); }
td.TdClassName
{
border-color: #C8BB08;
}
.TagClassName
{
border-color: #C8BB08;
}
</style>