Shades of Bird Flower #C7C417
Tints of Bird Flower #C7C417
RGB
CMYK
RGB Variations
Color information
#C7C417 (or 0xC7C417) is known color: Bird Flower. HEX triplet: C7, C4 and 17. RGB value is (199,196,23). Sum of RGB (Red+Green+Blue) = 199+196+23=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 23 (9.38% from 255 or 5.50% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C417 is #383BE8. Grayscale: #B1B1B1. Windows color (decimal): -3685353 or 1557703. OLE color: 1557703.
HSL color Cylindrical-coordinate representation of color #C7C417: hue angle of 58.98º degrees, saturation: 0.79, 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 #C7C417 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 196 | 23 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.22 |
| HSL | 58.98º | 0.79% | 0.44% | - |
| HSV(B) | 58.98º | 0.88% | 0.78% | - |
| XYZ | 43.45 | 51.68 | 8.5 | - |
| YUV | 177.18 | 40.99 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 196 | 23 | 0 | 0.02 | 0.88 | 0.22 | 58.98 | 0.79 | 0.44 |
| Hex | C7 | C4 | 17 | 0 | 2 | 58 | 16 | 3B | 4F | 2C |
| Octal | 307 | 304 | 27 | 0 | 2 | 130 | 26 | 73 | 117 | 54 |
| Binary | 11000111 | 11000100 | 10111 | 0 | 10 | 1011000 | 10110 | 111011 | 1001111 | 101100 |
Color Harmonies of #C7C417
Complementary color
Monochromatic Colors of #C7C417
Black with #C7C417
Text Example
Text Example
White with #C7C417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C417; }
p { color: rgb(199,196,23); }
H1.HeaderClassName
{
color: #C7C417;
}
.AnyTagClassName
{
color: #C7C417;
}
</style>
background-color css
<style>
a { background-color: #C7C417; }
a { background-color: rgb(199,196,23); }
div.DivClassName
{
background-color: #C7C417;
}
.BgClassName
{
background-color: #C7C417;
}
</style>
border-color css
<style>
span { border-color: #C7C417; }
span { border-color: rgb(199,196,23); }
td.TdClassName
{
border-color: #C7C417;
}
.TagClassName
{
border-color: #C7C417;
}
</style>