Shades of Bird Flower #C6B60C
Tints of Bird Flower #C6B60C
RGB
CMYK
RGB Variations
Color information
#C6B60C (or 0xC6B60C) is known color: Bird Flower. HEX triplet: C6, B6 and 0C. RGB value is (198,182,12). Sum of RGB (Red+Green+Blue) = 198+182+12=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 182 (71.48% from 255 or 46.43% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6B60C is #3949F3. Grayscale: #A8A8A8. Windows color (decimal): -3754484 or 833222. OLE color: 833222.
HSL color Cylindrical-coordinate representation of color #C6B60C: hue angle of 54.84º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6B60C is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 182 | 12 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.22 |
| HSL | 54.84º | 0.89% | 0.41% | - |
| HSV(B) | 54.84º | 0.94% | 0.78% | - |
| XYZ | 40.08 | 45.49 | 7.02 | - |
| YUV | 167.4 | 40.3 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 182 | 12 | 0 | 0.08 | 0.94 | 0.22 | 54.84 | 0.89 | 0.41 |
| Hex | C6 | B6 | C | 0 | 8 | 5E | 16 | 37 | 59 | 29 |
| Octal | 306 | 266 | 14 | 0 | 10 | 136 | 26 | 67 | 131 | 51 |
| Binary | 11000110 | 10110110 | 1100 | 0 | 1000 | 1011110 | 10110 | 110111 | 1011001 | 101001 |
Color Harmonies of #C6B60C
Complementary color
Monochromatic Colors of #C6B60C
Black with #C6B60C
Text Example
Text Example
White with #C6B60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B60C; }
p { color: rgb(198,182,12); }
H1.HeaderClassName
{
color: #C6B60C;
}
.AnyTagClassName
{
color: #C6B60C;
}
</style>
background-color css
<style>
a { background-color: #C6B60C; }
a { background-color: rgb(198,182,12); }
div.DivClassName
{
background-color: #C6B60C;
}
.BgClassName
{
background-color: #C6B60C;
}
</style>
border-color css
<style>
span { border-color: #C6B60C; }
span { border-color: rgb(198,182,12); }
td.TdClassName
{
border-color: #C6B60C;
}
.TagClassName
{
border-color: #C6B60C;
}
</style>