Shades of Bird Flower #C4B517
Tints of Bird Flower #C4B517
RGB
CMYK
RGB Variations
Color information
#C4B517 (or 0xC4B517) is known color: Bird Flower. HEX triplet: C4, B5 and 17. RGB value is (196,181,23). Sum of RGB (Red+Green+Blue) = 196+181+23=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 23 (9.38% from 255 or 5.75% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B517 is #3B4AE8. Grayscale: #A8A8A8. Windows color (decimal): -3885801 or 1553860. OLE color: 1553860.
HSL color Cylindrical-coordinate representation of color #C4B517: hue angle of 54.8º degrees, saturation: 0.79, 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 #C4B517 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 181 | 23 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.23 |
| HSL | 54.8º | 0.79% | 0.43% | - |
| HSV(B) | 54.8º | 0.88% | 0.77% | - |
| XYZ | 39.44 | 44.85 | 7.39 | - |
| YUV | 167.47 | 46.47 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 23 | 0 | 0.08 | 0.88 | 0.23 | 54.8 | 0.79 | 0.43 |
| Hex | C4 | B5 | 17 | 0 | 8 | 58 | 17 | 37 | 4F | 2B |
| Octal | 304 | 265 | 27 | 0 | 10 | 130 | 27 | 67 | 117 | 53 |
| Binary | 11000100 | 10110101 | 10111 | 0 | 1000 | 1011000 | 10111 | 110111 | 1001111 | 101011 |
Color Harmonies of #C4B517
Complementary color
Monochromatic Colors of #C4B517
Black with #C4B517
Text Example
Text Example
White with #C4B517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B517; }
p { color: rgb(196,181,23); }
H1.HeaderClassName
{
color: #C4B517;
}
.AnyTagClassName
{
color: #C4B517;
}
</style>
background-color css
<style>
a { background-color: #C4B517; }
a { background-color: rgb(196,181,23); }
div.DivClassName
{
background-color: #C4B517;
}
.BgClassName
{
background-color: #C4B517;
}
</style>
border-color css
<style>
span { border-color: #C4B517; }
span { border-color: rgb(196,181,23); }
td.TdClassName
{
border-color: #C4B517;
}
.TagClassName
{
border-color: #C4B517;
}
</style>