Shades of Bird Flower #C8B607
Tints of Bird Flower #C8B607
RGB
CMYK
RGB Variations
Color information
#C8B607 (or 0xC8B607) is known color: Bird Flower. HEX triplet: C8, B6 and 07. RGB value is (200,182,7). Sum of RGB (Red+Green+Blue) = 200+182+7=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 182 (71.48% from 255 or 46.79% from 389); Blue value is 7 (3.12% from 255 or 1.80% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B607 is #3749F8. Grayscale: #A8A8A8. Windows color (decimal): -3623417 or 505544. OLE color: 505544.
HSL color Cylindrical-coordinate representation of color #C8B607: hue angle of 54.4º 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 #C8B607 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 182 | 7 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.22 |
| HSL | 54.4º | 0.93% | 0.41% | - |
| HSV(B) | 54.4º | 0.97% | 0.78% | - |
| XYZ | 40.59 | 45.75 | 6.89 | - |
| YUV | 167.43 | 37.46 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 182 | 7 | 0 | 0.09 | 0.96 | 0.22 | 54.4 | 0.93 | 0.41 |
| Hex | C8 | B6 | 7 | 0 | 9 | 60 | 16 | 36 | 5D | 29 |
| Octal | 310 | 266 | 7 | 0 | 11 | 140 | 26 | 66 | 135 | 51 |
| Binary | 11001000 | 10110110 | 111 | 0 | 1001 | 1100000 | 10110 | 110110 | 1011101 | 101001 |
Color Harmonies of #C8B607
Complementary color
Monochromatic Colors of #C8B607
Black with #C8B607
Text Example
Text Example
White with #C8B607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B607; }
p { color: rgb(200,182,7); }
H1.HeaderClassName
{
color: #C8B607;
}
.AnyTagClassName
{
color: #C8B607;
}
</style>
background-color css
<style>
a { background-color: #C8B607; }
a { background-color: rgb(200,182,7); }
div.DivClassName
{
background-color: #C8B607;
}
.BgClassName
{
background-color: #C8B607;
}
</style>
border-color css
<style>
span { border-color: #C8B607; }
span { border-color: rgb(200,182,7); }
td.TdClassName
{
border-color: #C8B607;
}
.TagClassName
{
border-color: #C8B607;
}
</style>