Shades of Bird Flower #C7B00C
Tints of Bird Flower #C7B00C
RGB
CMYK
RGB Variations
Color information
#C7B00C (or 0xC7B00C) is known color: Bird Flower. HEX triplet: C7, B0 and 0C. RGB value is (199,176,12). Sum of RGB (Red+Green+Blue) = 199+176+12=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7B00C is #384FF3. Grayscale: #A4A4A4. Windows color (decimal): -3690484 or 831687. OLE color: 831687.
HSL color Cylindrical-coordinate representation of color #C7B00C: hue angle of 52.62º degrees, saturation: 0.89, 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 #C7B00C is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 176 | 12 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.22 |
| HSL | 52.62º | 0.89% | 0.41% | - |
| HSV(B) | 52.62º | 0.94% | 0.78% | - |
| XYZ | 39.14 | 43.22 | 6.63 | - |
| YUV | 164.18 | 42.12 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 12 | 0 | 0.12 | 0.94 | 0.22 | 52.62 | 0.89 | 0.41 |
| Hex | C7 | B0 | C | 0 | C | 5E | 16 | 35 | 59 | 29 |
| Octal | 307 | 260 | 14 | 0 | 14 | 136 | 26 | 65 | 131 | 51 |
| Binary | 11000111 | 10110000 | 1100 | 0 | 1100 | 1011110 | 10110 | 110101 | 1011001 | 101001 |
Color Harmonies of #C7B00C
Complementary color
Monochromatic Colors of #C7B00C
Black with #C7B00C
Text Example
Text Example
White with #C7B00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B00C; }
p { color: rgb(199,176,12); }
H1.HeaderClassName
{
color: #C7B00C;
}
.AnyTagClassName
{
color: #C7B00C;
}
</style>
background-color css
<style>
a { background-color: #C7B00C; }
a { background-color: rgb(199,176,12); }
div.DivClassName
{
background-color: #C7B00C;
}
.BgClassName
{
background-color: #C7B00C;
}
</style>
border-color css
<style>
span { border-color: #C7B00C; }
span { border-color: rgb(199,176,12); }
td.TdClassName
{
border-color: #C7B00C;
}
.TagClassName
{
border-color: #C7B00C;
}
</style>