Shades of Bird Flower #C5C319
Tints of Bird Flower #C5C319
RGB
CMYK
RGB Variations
Color information
#C5C319 (or 0xC5C319) is known color: Bird Flower. HEX triplet: C5, C3 and 19. RGB value is (197,195,25). Sum of RGB (Red+Green+Blue) = 197+195+25=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C319 is #3A3CE6. Grayscale: #B0B0B0. Windows color (decimal): -3816679 or 1688517. OLE color: 1688517.
HSL color Cylindrical-coordinate representation of color #C5C319: hue angle of 59.3º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5C319 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 195 | 25 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.23 |
| HSL | 59.3º | 0.77% | 0.44% | - |
| HSV(B) | 59.3º | 0.87% | 0.77% | - |
| XYZ | 42.72 | 50.97 | 8.51 | - |
| YUV | 176.22 | 42.66 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 195 | 25 | 0 | 0.01 | 0.87 | 0.23 | 59.3 | 0.77 | 0.44 |
| Hex | C5 | C3 | 19 | 0 | 1 | 57 | 17 | 3B | 4D | 2C |
| Octal | 305 | 303 | 31 | 0 | 1 | 127 | 27 | 73 | 115 | 54 |
| Binary | 11000101 | 11000011 | 11001 | 0 | 1 | 1010111 | 10111 | 111011 | 1001101 | 101100 |
Color Harmonies of #C5C319
Complementary color
Monochromatic Colors of #C5C319
Black with #C5C319
Text Example
Text Example
White with #C5C319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C319; }
p { color: rgb(197,195,25); }
H1.HeaderClassName
{
color: #C5C319;
}
.AnyTagClassName
{
color: #C5C319;
}
</style>
background-color css
<style>
a { background-color: #C5C319; }
a { background-color: rgb(197,195,25); }
div.DivClassName
{
background-color: #C5C319;
}
.BgClassName
{
background-color: #C5C319;
}
</style>
border-color css
<style>
span { border-color: #C5C319; }
span { border-color: rgb(197,195,25); }
td.TdClassName
{
border-color: #C5C319;
}
.TagClassName
{
border-color: #C5C319;
}
</style>