Shades of Bird Flower #C8B407
Tints of Bird Flower #C8B407
RGB
CMYK
RGB Variations
Color information
#C8B407 (or 0xC8B407) is known color: Bird Flower. HEX triplet: C8, B4 and 07. RGB value is (200,180,7). Sum of RGB (Red+Green+Blue) = 200+180+7=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 7 (3.12% from 255 or 1.81% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B407 is #374BF8. Grayscale: #A6A6A6. Windows color (decimal): -3623929 or 505032. OLE color: 505032.
HSL color Cylindrical-coordinate representation of color #C8B407: hue angle of 53.78º degrees, saturation: 0.93, 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 #C8B407 is Cyan = 0, Magento = 0.1, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 180 | 7 | - |
| CMYK | 0 | 0.1 | 0.96 | 0.22 |
| HSL | 53.78º | 0.93% | 0.41% | - |
| HSV(B) | 53.78º | 0.97% | 0.78% | - |
| XYZ | 40.18 | 44.94 | 6.76 | - |
| YUV | 166.26 | 38.13 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 180 | 7 | 0 | 0.1 | 0.96 | 0.22 | 53.78 | 0.93 | 0.41 |
| Hex | C8 | B4 | 7 | 0 | A | 60 | 16 | 36 | 5D | 29 |
| Octal | 310 | 264 | 7 | 0 | 12 | 140 | 26 | 66 | 135 | 51 |
| Binary | 11001000 | 10110100 | 111 | 0 | 1010 | 1100000 | 10110 | 110110 | 1011101 | 101001 |
Color Harmonies of #C8B407
Complementary color
Monochromatic Colors of #C8B407
Black with #C8B407
Text Example
Text Example
White with #C8B407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B407; }
p { color: rgb(200,180,7); }
H1.HeaderClassName
{
color: #C8B407;
}
.AnyTagClassName
{
color: #C8B407;
}
</style>
background-color css
<style>
a { background-color: #C8B407; }
a { background-color: rgb(200,180,7); }
div.DivClassName
{
background-color: #C8B407;
}
.BgClassName
{
background-color: #C8B407;
}
</style>
border-color css
<style>
span { border-color: #C8B407; }
span { border-color: rgb(200,180,7); }
td.TdClassName
{
border-color: #C8B407;
}
.TagClassName
{
border-color: #C8B407;
}
</style>