Shades of Bird Flower #C4B319
Tints of Bird Flower #C4B319
RGB
CMYK
RGB Variations
Color information
#C4B319 (or 0xC4B319) is known color: Bird Flower. HEX triplet: C4, B3 and 19. RGB value is (196,179,25). Sum of RGB (Red+Green+Blue) = 196+179+25=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 25 (10.16% from 255 or 6.25% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B319 is #3B4CE6. Grayscale: #A7A7A7. Windows color (decimal): -3886311 or 1684420. OLE color: 1684420.
HSL color Cylindrical-coordinate representation of color #C4B319: hue angle of 54.04º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4B319 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 179 | 25 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.23 |
| HSL | 54.04º | 0.77% | 0.43% | - |
| HSV(B) | 54.04º | 0.87% | 0.77% | - |
| XYZ | 39.06 | 44.05 | 7.36 | - |
| YUV | 166.53 | 48.13 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 179 | 25 | 0 | 0.09 | 0.87 | 0.23 | 54.04 | 0.77 | 0.43 |
| Hex | C4 | B3 | 19 | 0 | 9 | 57 | 17 | 36 | 4D | 2B |
| Octal | 304 | 263 | 31 | 0 | 11 | 127 | 27 | 66 | 115 | 53 |
| Binary | 11000100 | 10110011 | 11001 | 0 | 1001 | 1010111 | 10111 | 110110 | 1001101 | 101011 |
Color Harmonies of #C4B319
Complementary color
Monochromatic Colors of #C4B319
Black with #C4B319
Text Example
Text Example
White with #C4B319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B319; }
p { color: rgb(196,179,25); }
H1.HeaderClassName
{
color: #C4B319;
}
.AnyTagClassName
{
color: #C4B319;
}
</style>
background-color css
<style>
a { background-color: #C4B319; }
a { background-color: rgb(196,179,25); }
div.DivClassName
{
background-color: #C4B319;
}
.BgClassName
{
background-color: #C4B319;
}
</style>
border-color css
<style>
span { border-color: #C4B319; }
span { border-color: rgb(196,179,25); }
td.TdClassName
{
border-color: #C4B319;
}
.TagClassName
{
border-color: #C4B319;
}
</style>