Shades of Bird Flower #C3BE1A
Tints of Bird Flower #C3BE1A
RGB
CMYK
RGB Variations
Color information
#C3BE1A (or 0xC3BE1A) is known color: Bird Flower. HEX triplet: C3, BE and 1A. RGB value is (195,190,26). Sum of RGB (Red+Green+Blue) = 195+190+26=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 26 (10.55% from 255 or 6.33% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BE1A is #3C41E5. Grayscale: #ADADAD. Windows color (decimal): -3949030 or 1752771. OLE color: 1752771.
HSL color Cylindrical-coordinate representation of color #C3BE1A: hue angle of 58.22º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C3BE1A is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 190 | 26 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.24 |
| HSL | 58.22º | 0.76% | 0.43% | - |
| HSV(B) | 58.22º | 0.87% | 0.76% | - |
| XYZ | 41.11 | 48.5 | 8.17 | - |
| YUV | 172.8 | 45.16 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 26 | 0 | 0.03 | 0.87 | 0.24 | 58.22 | 0.76 | 0.43 |
| Hex | C3 | BE | 1A | 0 | 3 | 57 | 18 | 3A | 4C | 2B |
| Octal | 303 | 276 | 32 | 0 | 3 | 127 | 30 | 72 | 114 | 53 |
| Binary | 11000011 | 10111110 | 11010 | 0 | 11 | 1010111 | 11000 | 111010 | 1001100 | 101011 |
Color Harmonies of #C3BE1A
Complementary color
Monochromatic Colors of #C3BE1A
Black with #C3BE1A
Text Example
Text Example
White with #C3BE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BE1A; }
p { color: rgb(195,190,26); }
H1.HeaderClassName
{
color: #C3BE1A;
}
.AnyTagClassName
{
color: #C3BE1A;
}
</style>
background-color css
<style>
a { background-color: #C3BE1A; }
a { background-color: rgb(195,190,26); }
div.DivClassName
{
background-color: #C3BE1A;
}
.BgClassName
{
background-color: #C3BE1A;
}
</style>
border-color css
<style>
span { border-color: #C3BE1A; }
span { border-color: rgb(195,190,26); }
td.TdClassName
{
border-color: #C3BE1A;
}
.TagClassName
{
border-color: #C3BE1A;
}
</style>