Shades of Bird Flower #C7B108
Tints of Bird Flower #C7B108
RGB
CMYK
RGB Variations
Color information
#C7B108 (or 0xC7B108) is known color: Bird Flower. HEX triplet: C7, B1 and 08. RGB value is (199,177,8). Sum of RGB (Red+Green+Blue) = 199+177+8=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7B108 is #384EF7. Grayscale: #A5A5A5. Windows color (decimal): -3690232 or 569799. OLE color: 569799.
HSL color Cylindrical-coordinate representation of color #C7B108: hue angle of 53.09º 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 #C7B108 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 8 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.22 |
| HSL | 53.09º | 0.92% | 0.41% | - |
| HSV(B) | 53.09º | 0.96% | 0.78% | - |
| XYZ | 39.32 | 43.6 | 6.57 | - |
| YUV | 164.31 | 39.79 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 8 | 0 | 0.11 | 0.96 | 0.22 | 53.09 | 0.92 | 0.41 |
| Hex | C7 | B1 | 8 | 0 | B | 60 | 16 | 35 | 5C | 29 |
| Octal | 307 | 261 | 10 | 0 | 13 | 140 | 26 | 65 | 134 | 51 |
| Binary | 11000111 | 10110001 | 1000 | 0 | 1011 | 1100000 | 10110 | 110101 | 1011100 | 101001 |
Color Harmonies of #C7B108
Complementary color
Monochromatic Colors of #C7B108
Black with #C7B108
Text Example
Text Example
White with #C7B108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B108; }
p { color: rgb(199,177,8); }
H1.HeaderClassName
{
color: #C7B108;
}
.AnyTagClassName
{
color: #C7B108;
}
</style>
background-color css
<style>
a { background-color: #C7B108; }
a { background-color: rgb(199,177,8); }
div.DivClassName
{
background-color: #C7B108;
}
.BgClassName
{
background-color: #C7B108;
}
</style>
border-color css
<style>
span { border-color: #C7B108; }
span { border-color: rgb(199,177,8); }
td.TdClassName
{
border-color: #C7B108;
}
.TagClassName
{
border-color: #C7B108;
}
</style>