Shades of Bird Flower #C7C01F
Tints of Bird Flower #C7C01F
RGB
CMYK
RGB Variations
Color information
#C7C01F (or 0xC7C01F) is known color: Bird Flower. HEX triplet: C7, C0 and 1F. RGB value is (199,192,31). Sum of RGB (Red+Green+Blue) = 199+192+31=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 31 (12.5% from 255 or 7.35% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C01F is #383FE0. Grayscale: #B0B0B0. Windows color (decimal): -3686369 or 2080967. OLE color: 2080967.
HSL color Cylindrical-coordinate representation of color #C7C01F: hue angle of 57.5º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7C01F is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 192 | 31 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.22 |
| HSL | 57.5º | 0.73% | 0.45% | - |
| HSV(B) | 57.5º | 0.84% | 0.78% | - |
| XYZ | 42.65 | 49.94 | 8.69 | - |
| YUV | 175.74 | 46.32 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 31 | 0 | 0.04 | 0.84 | 0.22 | 57.5 | 0.73 | 0.45 |
| Hex | C7 | C0 | 1F | 0 | 4 | 54 | 16 | 3A | 49 | 2D |
| Octal | 307 | 300 | 37 | 0 | 4 | 124 | 26 | 72 | 111 | 55 |
| Binary | 11000111 | 11000000 | 11111 | 0 | 100 | 1010100 | 10110 | 111010 | 1001001 | 101101 |
Color Harmonies of #C7C01F
Complementary color
Monochromatic Colors of #C7C01F
Black with #C7C01F
Text Example
Text Example
White with #C7C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C01F; }
p { color: rgb(199,192,31); }
H1.HeaderClassName
{
color: #C7C01F;
}
.AnyTagClassName
{
color: #C7C01F;
}
</style>
background-color css
<style>
a { background-color: #C7C01F; }
a { background-color: rgb(199,192,31); }
div.DivClassName
{
background-color: #C7C01F;
}
.BgClassName
{
background-color: #C7C01F;
}
</style>
border-color css
<style>
span { border-color: #C7C01F; }
span { border-color: rgb(199,192,31); }
td.TdClassName
{
border-color: #C7C01F;
}
.TagClassName
{
border-color: #C7C01F;
}
</style>