Shades of Bird Flower #C3B716
Tints of Bird Flower #C3B716
RGB
CMYK
RGB Variations
Color information
#C3B716 (or 0xC3B716) is known color: Bird Flower. HEX triplet: C3, B7 and 16. RGB value is (195,183,22). Sum of RGB (Red+Green+Blue) = 195+183+22=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3B716 is #3C48E9. Grayscale: #A8A8A8. Windows color (decimal): -3950826 or 1488835. OLE color: 1488835.
HSL color Cylindrical-coordinate representation of color #C3B716: hue angle of 55.84º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C3B716 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 183 | 22 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.24 |
| HSL | 55.84º | 0.8% | 0.43% | - |
| HSV(B) | 55.84º | 0.89% | 0.76% | - |
| XYZ | 39.58 | 45.53 | 7.46 | - |
| YUV | 168.23 | 45.48 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 22 | 0 | 0.06 | 0.89 | 0.24 | 55.84 | 0.8 | 0.43 |
| Hex | C3 | B7 | 16 | 0 | 6 | 59 | 18 | 38 | 50 | 2B |
| Octal | 303 | 267 | 26 | 0 | 6 | 131 | 30 | 70 | 120 | 53 |
| Binary | 11000011 | 10110111 | 10110 | 0 | 110 | 1011001 | 11000 | 111000 | 1010000 | 101011 |
Color Harmonies of #C3B716
Complementary color
Monochromatic Colors of #C3B716
Black with #C3B716
Text Example
Text Example
White with #C3B716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B716; }
p { color: rgb(195,183,22); }
H1.HeaderClassName
{
color: #C3B716;
}
.AnyTagClassName
{
color: #C3B716;
}
</style>
background-color css
<style>
a { background-color: #C3B716; }
a { background-color: rgb(195,183,22); }
div.DivClassName
{
background-color: #C3B716;
}
.BgClassName
{
background-color: #C3B716;
}
</style>
border-color css
<style>
span { border-color: #C3B716; }
span { border-color: rgb(195,183,22); }
td.TdClassName
{
border-color: #C3B716;
}
.TagClassName
{
border-color: #C3B716;
}
</style>