Shades of Bird Flower #C3B313
Tints of Bird Flower #C3B313
RGB
CMYK
RGB Variations
Color information
#C3B313 (or 0xC3B313) is known color: Bird Flower. HEX triplet: C3, B3 and 13. RGB value is (195,179,19). Sum of RGB (Red+Green+Blue) = 195+179+19=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3B313 is #3C4CEC. Grayscale: #A6A6A6. Windows color (decimal): -3951853 or 1291203. OLE color: 1291203.
HSL color Cylindrical-coordinate representation of color #C3B313: hue angle of 54.55º degrees, saturation: 0.82, 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 #C3B313 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 179 | 19 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.24 |
| HSL | 54.55º | 0.82% | 0.42% | - |
| HSV(B) | 54.55º | 0.9% | 0.76% | - |
| XYZ | 38.74 | 43.89 | 7.05 | - |
| YUV | 165.54 | 45.3 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 179 | 19 | 0 | 0.08 | 0.90 | 0.24 | 54.55 | 0.82 | 0.42 |
| Hex | C3 | B3 | 13 | 0 | 8 | 5A | 18 | 37 | 52 | 2A |
| Octal | 303 | 263 | 23 | 0 | 10 | 132 | 30 | 67 | 122 | 52 |
| Binary | 11000011 | 10110011 | 10011 | 0 | 1000 | 1011010 | 11000 | 110111 | 1010010 | 101010 |
Color Harmonies of #C3B313
Complementary color
Monochromatic Colors of #C3B313
Black with #C3B313
Text Example
Text Example
White with #C3B313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B313; }
p { color: rgb(195,179,19); }
H1.HeaderClassName
{
color: #C3B313;
}
.AnyTagClassName
{
color: #C3B313;
}
</style>
background-color css
<style>
a { background-color: #C3B313; }
a { background-color: rgb(195,179,19); }
div.DivClassName
{
background-color: #C3B313;
}
.BgClassName
{
background-color: #C3B313;
}
</style>
border-color css
<style>
span { border-color: #C3B313; }
span { border-color: rgb(195,179,19); }
td.TdClassName
{
border-color: #C3B313;
}
.TagClassName
{
border-color: #C3B313;
}
</style>