Shades of Bird Flower #C4B315
Tints of Bird Flower #C4B315
RGB
CMYK
RGB Variations
Color information
#C4B315 (or 0xC4B315) is known color: Bird Flower. HEX triplet: C4, B3 and 15. RGB value is (196,179,21). Sum of RGB (Red+Green+Blue) = 196+179+21=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 21 (8.59% from 255 or 5.30% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B315 is #3B4CEA. Grayscale: #A6A6A6. Windows color (decimal): -3886315 or 1422276. OLE color: 1422276.
HSL color Cylindrical-coordinate representation of color #C4B315: hue angle of 54.17º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4B315 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 179 | 21 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.23 |
| HSL | 54.17º | 0.81% | 0.43% | - |
| HSV(B) | 54.17º | 0.89% | 0.77% | - |
| XYZ | 39.02 | 44.03 | 7.15 | - |
| YUV | 166.07 | 46.13 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 179 | 21 | 0 | 0.09 | 0.89 | 0.23 | 54.17 | 0.81 | 0.43 |
| Hex | C4 | B3 | 15 | 0 | 9 | 59 | 17 | 36 | 51 | 2B |
| Octal | 304 | 263 | 25 | 0 | 11 | 131 | 27 | 66 | 121 | 53 |
| Binary | 11000100 | 10110011 | 10101 | 0 | 1001 | 1011001 | 10111 | 110110 | 1010001 | 101011 |
Color Harmonies of #C4B315
Complementary color
Monochromatic Colors of #C4B315
Black with #C4B315
Text Example
Text Example
White with #C4B315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B315; }
p { color: rgb(196,179,21); }
H1.HeaderClassName
{
color: #C4B315;
}
.AnyTagClassName
{
color: #C4B315;
}
</style>
background-color css
<style>
a { background-color: #C4B315; }
a { background-color: rgb(196,179,21); }
div.DivClassName
{
background-color: #C4B315;
}
.BgClassName
{
background-color: #C4B315;
}
</style>
border-color css
<style>
span { border-color: #C4B315; }
span { border-color: rgb(196,179,21); }
td.TdClassName
{
border-color: #C4B315;
}
.TagClassName
{
border-color: #C4B315;
}
</style>