Shades of Bird Flower #C6B00A
Tints of Bird Flower #C6B00A
RGB
CMYK
RGB Variations
Color information
#C6B00A (or 0xC6B00A) is known color: Bird Flower. HEX triplet: C6, B0 and 0A. RGB value is (198,176,10). Sum of RGB (Red+Green+Blue) = 198+176+10=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 10 (4.30% from 255 or 2.60% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6B00A is #394FF5. Grayscale: #A4A4A4. Windows color (decimal): -3756022 or 700614. OLE color: 700614.
HSL color Cylindrical-coordinate representation of color #C6B00A: hue angle of 52.98º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C6B00A is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 176 | 10 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.22 |
| HSL | 52.98º | 0.9% | 0.41% | - |
| HSV(B) | 52.98º | 0.95% | 0.78% | - |
| XYZ | 38.87 | 43.08 | 6.55 | - |
| YUV | 163.65 | 41.29 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 176 | 10 | 0 | 0.11 | 0.95 | 0.22 | 52.98 | 0.9 | 0.41 |
| Hex | C6 | B0 | A | 0 | B | 5F | 16 | 35 | 5A | 29 |
| Octal | 306 | 260 | 12 | 0 | 13 | 137 | 26 | 65 | 132 | 51 |
| Binary | 11000110 | 10110000 | 1010 | 0 | 1011 | 1011111 | 10110 | 110101 | 1011010 | 101001 |
Color Harmonies of #C6B00A
Complementary color
Monochromatic Colors of #C6B00A
Black with #C6B00A
Text Example
Text Example
White with #C6B00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B00A; }
p { color: rgb(198,176,10); }
H1.HeaderClassName
{
color: #C6B00A;
}
.AnyTagClassName
{
color: #C6B00A;
}
</style>
background-color css
<style>
a { background-color: #C6B00A; }
a { background-color: rgb(198,176,10); }
div.DivClassName
{
background-color: #C6B00A;
}
.BgClassName
{
background-color: #C6B00A;
}
</style>
border-color css
<style>
span { border-color: #C6B00A; }
span { border-color: rgb(198,176,10); }
td.TdClassName
{
border-color: #C6B00A;
}
.TagClassName
{
border-color: #C6B00A;
}
</style>