Shades of Bird Flower #C6C61A
Tints of Bird Flower #C6C61A
RGB
CMYK
RGB Variations
Color information
#C6C61A (or 0xC6C61A) is known color: Bird Flower. HEX triplet: C6, C6 and 1A. RGB value is (198,198,26). Sum of RGB (Red+Green+Blue) = 198+198+26=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 26 (10.55% from 255 or 6.16% from 422); Max value from RGB is 198 - color contains mainly: red, green. Hex color #C6C61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C61A is #3939E5. Grayscale: #B3B3B3. Windows color (decimal): -3750374 or 1754822. OLE color: 1754822.
HSL color Cylindrical-coordinate representation of color #C6C61A: hue angle of 60º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6C61A is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 198 | 26 | - |
| CMYK | 0 | 0 | 0.87 | 0.22 |
| HSL | 60º | 0.77% | 0.44% | - |
| HSV(B) | 60º | 0.87% | 0.78% | - |
| XYZ | 43.67 | 52.47 | 8.8 | - |
| YUV | 178.39 | 42 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 198 | 26 | 0 | 0 | 0.87 | 0.22 | 60 | 0.77 | 0.44 |
| Hex | C6 | C6 | 1A | 0 | 0 | 57 | 16 | 3C | 4D | 2C |
| Octal | 306 | 306 | 32 | 0 | 0 | 127 | 26 | 74 | 115 | 54 |
| Binary | 11000110 | 11000110 | 11010 | 0 | 0 | 1010111 | 10110 | 111100 | 1001101 | 101100 |
Color Harmonies of #C6C61A
Complementary color
Monochromatic Colors of #C6C61A
Black with #C6C61A
Text Example
Text Example
White with #C6C61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C61A; }
p { color: rgb(198,198,26); }
H1.HeaderClassName
{
color: #C6C61A;
}
.AnyTagClassName
{
color: #C6C61A;
}
</style>
background-color css
<style>
a { background-color: #C6C61A; }
a { background-color: rgb(198,198,26); }
div.DivClassName
{
background-color: #C6C61A;
}
.BgClassName
{
background-color: #C6C61A;
}
</style>
border-color css
<style>
span { border-color: #C6C61A; }
span { border-color: rgb(198,198,26); }
td.TdClassName
{
border-color: #C6C61A;
}
.TagClassName
{
border-color: #C6C61A;
}
</style>