Shades of Bird Flower #C6CA16
Tints of Bird Flower #C6CA16
RGB
CMYK
RGB Variations
Color information
#C6CA16 (or 0xC6CA16) is known color: Bird Flower. HEX triplet: C6, CA and 16. RGB value is (198,202,22). Sum of RGB (Red+Green+Blue) = 198+202+22=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6CA16 is #3935E9. Grayscale: #B4B4B4. Windows color (decimal): -3749354 or 1493702. OLE color: 1493702.
HSL color Cylindrical-coordinate representation of color #C6CA16: hue angle of 61.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6CA16 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 202 | 22 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.21 |
| HSL | 61.33º | 0.8% | 0.44% | - |
| HSV(B) | 61.33º | 0.89% | 0.79% | - |
| XYZ | 44.55 | 54.3 | 8.89 | - |
| YUV | 180.28 | 38.67 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 22 | 0.02 | 0 | 0.89 | 0.21 | 61.33 | 0.8 | 0.44 |
| Hex | C6 | CA | 16 | 2 | 0 | 59 | 15 | 3D | 50 | 2C |
| Octal | 306 | 312 | 26 | 2 | 0 | 131 | 25 | 75 | 120 | 54 |
| Binary | 11000110 | 11001010 | 10110 | 10 | 0 | 1011001 | 10101 | 111101 | 1010000 | 101100 |
Color Harmonies of #C6CA16
Complementary color
Monochromatic Colors of #C6CA16
Black with #C6CA16
Text Example
Text Example
White with #C6CA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CA16; }
p { color: rgb(198,202,22); }
H1.HeaderClassName
{
color: #C6CA16;
}
.AnyTagClassName
{
color: #C6CA16;
}
</style>
background-color css
<style>
a { background-color: #C6CA16; }
a { background-color: rgb(198,202,22); }
div.DivClassName
{
background-color: #C6CA16;
}
.BgClassName
{
background-color: #C6CA16;
}
</style>
border-color css
<style>
span { border-color: #C6CA16; }
span { border-color: rgb(198,202,22); }
td.TdClassName
{
border-color: #C6CA16;
}
.TagClassName
{
border-color: #C6CA16;
}
</style>