Shades of Bird Flower #C4B418
Tints of Bird Flower #C4B418
RGB
CMYK
RGB Variations
Color information
#C4B418 (or 0xC4B418) is known color: Bird Flower. HEX triplet: C4, B4 and 18. RGB value is (196,180,24). Sum of RGB (Red+Green+Blue) = 196+180+24=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 24 (9.77% from 255 or 6% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B418 is #3B4BE7. Grayscale: #A7A7A7. Windows color (decimal): -3886056 or 1619140. OLE color: 1619140.
HSL color Cylindrical-coordinate representation of color #C4B418: hue angle of 54.42º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C4B418 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 180 | 24 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.23 |
| HSL | 54.42º | 0.78% | 0.43% | - |
| HSV(B) | 54.42º | 0.88% | 0.77% | - |
| XYZ | 39.25 | 44.44 | 7.37 | - |
| YUV | 167 | 47.3 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 180 | 24 | 0 | 0.08 | 0.88 | 0.23 | 54.42 | 0.78 | 0.43 |
| Hex | C4 | B4 | 18 | 0 | 8 | 58 | 17 | 36 | 4E | 2B |
| Octal | 304 | 264 | 30 | 0 | 10 | 130 | 27 | 66 | 116 | 53 |
| Binary | 11000100 | 10110100 | 11000 | 0 | 1000 | 1011000 | 10111 | 110110 | 1001110 | 101011 |
Color Harmonies of #C4B418
Complementary color
Monochromatic Colors of #C4B418
Black with #C4B418
Text Example
Text Example
White with #C4B418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B418; }
p { color: rgb(196,180,24); }
H1.HeaderClassName
{
color: #C4B418;
}
.AnyTagClassName
{
color: #C4B418;
}
</style>
background-color css
<style>
a { background-color: #C4B418; }
a { background-color: rgb(196,180,24); }
div.DivClassName
{
background-color: #C4B418;
}
.BgClassName
{
background-color: #C4B418;
}
</style>
border-color css
<style>
span { border-color: #C4B418; }
span { border-color: rgb(196,180,24); }
td.TdClassName
{
border-color: #C4B418;
}
.TagClassName
{
border-color: #C4B418;
}
</style>