Shades of Bird Flower #C6B214
Tints of Bird Flower #C6B214
RGB
CMYK
RGB Variations
Color information
#C6B214 (or 0xC6B214) is known color: Bird Flower. HEX triplet: C6, B2 and 14. RGB value is (198,178,20). Sum of RGB (Red+Green+Blue) = 198+178+20=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6B214 is #394DEB. Grayscale: #A6A6A6. Windows color (decimal): -3755500 or 1356486. OLE color: 1356486.
HSL color Cylindrical-coordinate representation of color #C6B214: hue angle of 53.26º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6B214 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 178 | 20 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.22 |
| HSL | 53.26º | 0.82% | 0.43% | - |
| HSV(B) | 53.26º | 0.9% | 0.78% | - |
| XYZ | 39.34 | 43.9 | 7.06 | - |
| YUV | 165.97 | 45.63 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 178 | 20 | 0 | 0.10 | 0.90 | 0.22 | 53.26 | 0.82 | 0.43 |
| Hex | C6 | B2 | 14 | 0 | A | 5A | 16 | 35 | 52 | 2B |
| Octal | 306 | 262 | 24 | 0 | 12 | 132 | 26 | 65 | 122 | 53 |
| Binary | 11000110 | 10110010 | 10100 | 0 | 1010 | 1011010 | 10110 | 110101 | 1010010 | 101011 |
Color Harmonies of #C6B214
Complementary color
Monochromatic Colors of #C6B214
Black with #C6B214
Text Example
Text Example
White with #C6B214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B214; }
p { color: rgb(198,178,20); }
H1.HeaderClassName
{
color: #C6B214;
}
.AnyTagClassName
{
color: #C6B214;
}
</style>
background-color css
<style>
a { background-color: #C6B214; }
a { background-color: rgb(198,178,20); }
div.DivClassName
{
background-color: #C6B214;
}
.BgClassName
{
background-color: #C6B214;
}
</style>
border-color css
<style>
span { border-color: #C6B214; }
span { border-color: rgb(198,178,20); }
td.TdClassName
{
border-color: #C6B214;
}
.TagClassName
{
border-color: #C6B214;
}
</style>