Shades of Bird Flower #C8BB0B
Tints of Bird Flower #C8BB0B
RGB
CMYK
RGB Variations
Color information
#C8BB0B (or 0xC8BB0B) is known color: Bird Flower. HEX triplet: C8, BB and 0B. RGB value is (200,187,11). Sum of RGB (Red+Green+Blue) = 200+187+11=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BB0B is #3744F4. Grayscale: #ABABAB. Windows color (decimal): -3622133 or 768968. OLE color: 768968.
HSL color Cylindrical-coordinate representation of color #C8BB0B: hue angle of 55.87º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8BB0B is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 11 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.22 |
| HSL | 55.87º | 0.9% | 0.41% | - |
| HSV(B) | 55.87º | 0.95% | 0.78% | - |
| XYZ | 41.65 | 47.84 | 7.36 | - |
| YUV | 170.82 | 37.81 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 11 | 0 | 0.06 | 0.94 | 0.22 | 55.87 | 0.9 | 0.41 |
| Hex | C8 | BB | B | 0 | 6 | 5E | 16 | 38 | 5A | 29 |
| Octal | 310 | 273 | 13 | 0 | 6 | 136 | 26 | 70 | 132 | 51 |
| Binary | 11001000 | 10111011 | 1011 | 0 | 110 | 1011110 | 10110 | 111000 | 1011010 | 101001 |
Color Harmonies of #C8BB0B
Complementary color
Monochromatic Colors of #C8BB0B
Black with #C8BB0B
Text Example
Text Example
White with #C8BB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BB0B; }
p { color: rgb(200,187,11); }
H1.HeaderClassName
{
color: #C8BB0B;
}
.AnyTagClassName
{
color: #C8BB0B;
}
</style>
background-color css
<style>
a { background-color: #C8BB0B; }
a { background-color: rgb(200,187,11); }
div.DivClassName
{
background-color: #C8BB0B;
}
.BgClassName
{
background-color: #C8BB0B;
}
</style>
border-color css
<style>
span { border-color: #C8BB0B; }
span { border-color: rgb(200,187,11); }
td.TdClassName
{
border-color: #C8BB0B;
}
.TagClassName
{
border-color: #C8BB0B;
}
</style>