Shades of Bird Flower #C6C714
Tints of Bird Flower #C6C714
RGB
CMYK
RGB Variations
Color information
#C6C714 (or 0xC6C714) is known color: Bird Flower. HEX triplet: C6, C7 and 14. RGB value is (198,199,20). Sum of RGB (Red+Green+Blue) = 198+199+20=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 199 (78.12% from 255 or 47.72% from 417); Blue value is 20 (8.20% from 255 or 4.80% from 417); Max value from RGB is 199 - color contains mainly: green. Hex color #C6C714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6C714 is #3938EB. Grayscale: #B3B3B3. Windows color (decimal): -3750124 or 1361862. OLE color: 1361862.
HSL color Cylindrical-coordinate representation of color #C6C714: hue angle of 60.34º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6C714 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 199 | 20 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.22 |
| HSL | 60.34º | 0.82% | 0.43% | - |
| HSV(B) | 60.34º | 0.9% | 0.78% | - |
| XYZ | 43.84 | 52.9 | 8.56 | - |
| YUV | 178.3 | 38.67 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 199 | 20 | 0.01 | 0 | 0.90 | 0.22 | 60.34 | 0.82 | 0.43 |
| Hex | C6 | C7 | 14 | 1 | 0 | 5A | 16 | 3C | 52 | 2B |
| Octal | 306 | 307 | 24 | 1 | 0 | 132 | 26 | 74 | 122 | 53 |
| Binary | 11000110 | 11000111 | 10100 | 1 | 0 | 1011010 | 10110 | 111100 | 1010010 | 101011 |
Color Harmonies of #C6C714
Complementary color
Monochromatic Colors of #C6C714
Black with #C6C714
Text Example
Text Example
White with #C6C714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C714; }
p { color: rgb(198,199,20); }
H1.HeaderClassName
{
color: #C6C714;
}
.AnyTagClassName
{
color: #C6C714;
}
</style>
background-color css
<style>
a { background-color: #C6C714; }
a { background-color: rgb(198,199,20); }
div.DivClassName
{
background-color: #C6C714;
}
.BgClassName
{
background-color: #C6C714;
}
</style>
border-color css
<style>
span { border-color: #C6C714; }
span { border-color: rgb(198,199,20); }
td.TdClassName
{
border-color: #C6C714;
}
.TagClassName
{
border-color: #C6C714;
}
</style>