Shades of Bird Flower #C3B314
Tints of Bird Flower #C3B314
RGB
CMYK
RGB Variations
Color information
#C3B314 (or 0xC3B314) is known color: Bird Flower. HEX triplet: C3, B3 and 14. RGB value is (195,179,20). Sum of RGB (Red+Green+Blue) = 195+179+20=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3B314 is #3C4CEB. Grayscale: #A6A6A6. Windows color (decimal): -3951852 or 1356739. OLE color: 1356739.
HSL color Cylindrical-coordinate representation of color #C3B314: hue angle of 54.51º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3B314 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 179 | 20 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.24 |
| HSL | 54.51º | 0.81% | 0.42% | - |
| HSV(B) | 54.51º | 0.9% | 0.76% | - |
| XYZ | 38.75 | 43.89 | 7.09 | - |
| YUV | 165.66 | 45.8 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 179 | 20 | 0 | 0.08 | 0.90 | 0.24 | 54.51 | 0.81 | 0.42 |
| Hex | C3 | B3 | 14 | 0 | 8 | 5A | 18 | 37 | 51 | 2A |
| Octal | 303 | 263 | 24 | 0 | 10 | 132 | 30 | 67 | 121 | 52 |
| Binary | 11000011 | 10110011 | 10100 | 0 | 1000 | 1011010 | 11000 | 110111 | 1010001 | 101010 |
Color Harmonies of #C3B314
Complementary color
Monochromatic Colors of #C3B314
Black with #C3B314
Text Example
Text Example
White with #C3B314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B314; }
p { color: rgb(195,179,20); }
H1.HeaderClassName
{
color: #C3B314;
}
.AnyTagClassName
{
color: #C3B314;
}
</style>
background-color css
<style>
a { background-color: #C3B314; }
a { background-color: rgb(195,179,20); }
div.DivClassName
{
background-color: #C3B314;
}
.BgClassName
{
background-color: #C3B314;
}
</style>
border-color css
<style>
span { border-color: #C3B314; }
span { border-color: rgb(195,179,20); }
td.TdClassName
{
border-color: #C3B314;
}
.TagClassName
{
border-color: #C3B314;
}
</style>