Shades of Bird Flower #C7C118
Tints of Bird Flower #C7C118
RGB
CMYK
RGB Variations
Color information
#C7C118 (or 0xC7C118) is known color: Bird Flower. HEX triplet: C7, C1 and 18. RGB value is (199,193,24). Sum of RGB (Red+Green+Blue) = 199+193+24=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 24 (9.77% from 255 or 5.77% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C118 is #383EE7. Grayscale: #B0B0B0. Windows color (decimal): -3686120 or 1622471. OLE color: 1622471.
HSL color Cylindrical-coordinate representation of color #C7C118: hue angle of 57.94º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7C118 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 193 | 24 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.22 |
| HSL | 57.94º | 0.78% | 0.44% | - |
| HSV(B) | 57.94º | 0.88% | 0.78% | - |
| XYZ | 42.79 | 50.35 | 8.33 | - |
| YUV | 175.53 | 42.49 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 193 | 24 | 0 | 0.03 | 0.88 | 0.22 | 57.94 | 0.78 | 0.44 |
| Hex | C7 | C1 | 18 | 0 | 3 | 58 | 16 | 3A | 4E | 2C |
| Octal | 307 | 301 | 30 | 0 | 3 | 130 | 26 | 72 | 116 | 54 |
| Binary | 11000111 | 11000001 | 11000 | 0 | 11 | 1011000 | 10110 | 111010 | 1001110 | 101100 |
Color Harmonies of #C7C118
Complementary color
Monochromatic Colors of #C7C118
Black with #C7C118
Text Example
Text Example
White with #C7C118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C118; }
p { color: rgb(199,193,24); }
H1.HeaderClassName
{
color: #C7C118;
}
.AnyTagClassName
{
color: #C7C118;
}
</style>
background-color css
<style>
a { background-color: #C7C118; }
a { background-color: rgb(199,193,24); }
div.DivClassName
{
background-color: #C7C118;
}
.BgClassName
{
background-color: #C7C118;
}
</style>
border-color css
<style>
span { border-color: #C7C118; }
span { border-color: rgb(199,193,24); }
td.TdClassName
{
border-color: #C7C118;
}
.TagClassName
{
border-color: #C7C118;
}
</style>