Shades of Bird Flower #C6C419
Tints of Bird Flower #C6C419
RGB
CMYK
RGB Variations
Color information
#C6C419 (or 0xC6C419) is known color: Bird Flower. HEX triplet: C6, C4 and 19. RGB value is (198,196,25). Sum of RGB (Red+Green+Blue) = 198+196+25=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 25 (10.16% from 255 or 5.97% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6C419 is #393BE6. Grayscale: #B1B1B1. Windows color (decimal): -3750887 or 1688774. OLE color: 1688774.
HSL color Cylindrical-coordinate representation of color #C6C419: hue angle of 59.31º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6C419 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 196 | 25 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.22 |
| HSL | 59.31º | 0.78% | 0.44% | - |
| HSV(B) | 59.31º | 0.87% | 0.78% | - |
| XYZ | 43.2 | 51.56 | 8.59 | - |
| YUV | 177.1 | 42.16 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 196 | 25 | 0 | 0.01 | 0.87 | 0.22 | 59.31 | 0.78 | 0.44 |
| Hex | C6 | C4 | 19 | 0 | 1 | 57 | 16 | 3B | 4E | 2C |
| Octal | 306 | 304 | 31 | 0 | 1 | 127 | 26 | 73 | 116 | 54 |
| Binary | 11000110 | 11000100 | 11001 | 0 | 1 | 1010111 | 10110 | 111011 | 1001110 | 101100 |
Color Harmonies of #C6C419
Complementary color
Monochromatic Colors of #C6C419
Black with #C6C419
Text Example
Text Example
White with #C6C419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C419; }
p { color: rgb(198,196,25); }
H1.HeaderClassName
{
color: #C6C419;
}
.AnyTagClassName
{
color: #C6C419;
}
</style>
background-color css
<style>
a { background-color: #C6C419; }
a { background-color: rgb(198,196,25); }
div.DivClassName
{
background-color: #C6C419;
}
.BgClassName
{
background-color: #C6C419;
}
</style>
border-color css
<style>
span { border-color: #C6C419; }
span { border-color: rgb(198,196,25); }
td.TdClassName
{
border-color: #C6C419;
}
.TagClassName
{
border-color: #C6C419;
}
</style>