Shades of Bird Flower #C7CC16
Tints of Bird Flower #C7CC16
RGB
CMYK
RGB Variations
Color information
#C7CC16 (or 0xC7CC16) is known color: Bird Flower. HEX triplet: C7, CC and 16. RGB value is (199,204,22). Sum of RGB (Red+Green+Blue) = 199+204+22=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7CC16 is #3833E9. Grayscale: #B6B6B6. Windows color (decimal): -3683306 or 1494215. OLE color: 1494215.
HSL color Cylindrical-coordinate representation of color #C7CC16: hue angle of 61.65º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7CC16 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 204 | 22 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.2 |
| HSL | 61.65º | 0.81% | 0.44% | - |
| HSV(B) | 61.65º | 0.89% | 0.8% | - |
| XYZ | 45.29 | 55.39 | 9.06 | - |
| YUV | 181.76 | 37.84 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 204 | 22 | 0.02 | 0 | 0.89 | 0.2 | 61.65 | 0.81 | 0.44 |
| Hex | C7 | CC | 16 | 2 | 0 | 59 | 14 | 3E | 51 | 2C |
| Octal | 307 | 314 | 26 | 2 | 0 | 131 | 24 | 76 | 121 | 54 |
| Binary | 11000111 | 11001100 | 10110 | 10 | 0 | 1011001 | 10100 | 111110 | 1010001 | 101100 |
Color Harmonies of #C7CC16
Complementary color
Monochromatic Colors of #C7CC16
Black with #C7CC16
Text Example
Text Example
White with #C7CC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CC16; }
p { color: rgb(199,204,22); }
H1.HeaderClassName
{
color: #C7CC16;
}
.AnyTagClassName
{
color: #C7CC16;
}
</style>
background-color css
<style>
a { background-color: #C7CC16; }
a { background-color: rgb(199,204,22); }
div.DivClassName
{
background-color: #C7CC16;
}
.BgClassName
{
background-color: #C7CC16;
}
</style>
border-color css
<style>
span { border-color: #C7CC16; }
span { border-color: rgb(199,204,22); }
td.TdClassName
{
border-color: #C7CC16;
}
.TagClassName
{
border-color: #C7CC16;
}
</style>