Shades of Bird Flower #C7C21B
Tints of Bird Flower #C7C21B
RGB
CMYK
RGB Variations
Color information
#C7C21B (or 0xC7C21B) is known color: Bird Flower. HEX triplet: C7, C2 and 1B. RGB value is (199,194,27). Sum of RGB (Red+Green+Blue) = 199+194+27=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 27 (10.94% from 255 or 6.43% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C21B is #383DE4. Grayscale: #B1B1B1. Windows color (decimal): -3685861 or 1819335. OLE color: 1819335.
HSL color Cylindrical-coordinate representation of color #C7C21B: hue angle of 58.26º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7C21B is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 194 | 27 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.22 |
| HSL | 58.26º | 0.76% | 0.44% | - |
| HSV(B) | 58.26º | 0.86% | 0.78% | - |
| XYZ | 43.04 | 50.8 | 8.57 | - |
| YUV | 176.46 | 43.66 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 27 | 0 | 0.03 | 0.86 | 0.22 | 58.26 | 0.76 | 0.44 |
| Hex | C7 | C2 | 1B | 0 | 3 | 56 | 16 | 3A | 4C | 2C |
| Octal | 307 | 302 | 33 | 0 | 3 | 126 | 26 | 72 | 114 | 54 |
| Binary | 11000111 | 11000010 | 11011 | 0 | 11 | 1010110 | 10110 | 111010 | 1001100 | 101100 |
Color Harmonies of #C7C21B
Complementary color
Monochromatic Colors of #C7C21B
Black with #C7C21B
Text Example
Text Example
White with #C7C21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C21B; }
p { color: rgb(199,194,27); }
H1.HeaderClassName
{
color: #C7C21B;
}
.AnyTagClassName
{
color: #C7C21B;
}
</style>
background-color css
<style>
a { background-color: #C7C21B; }
a { background-color: rgb(199,194,27); }
div.DivClassName
{
background-color: #C7C21B;
}
.BgClassName
{
background-color: #C7C21B;
}
</style>
border-color css
<style>
span { border-color: #C7C21B; }
span { border-color: rgb(199,194,27); }
td.TdClassName
{
border-color: #C7C21B;
}
.TagClassName
{
border-color: #C7C21B;
}
</style>