Shades of Bird Flower #C3BE1C
Tints of Bird Flower #C3BE1C
RGB
CMYK
RGB Variations
Color information
#C3BE1C (or 0xC3BE1C) is known color: Bird Flower. HEX triplet: C3, BE and 1C. RGB value is (195,190,28). Sum of RGB (Red+Green+Blue) = 195+190+28=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BE1C is #3C41E3. Grayscale: #ADADAD. Windows color (decimal): -3949028 or 1883843. OLE color: 1883843.
HSL color Cylindrical-coordinate representation of color #C3BE1C: hue angle of 58.2º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3BE1C is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 190 | 28 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.24 |
| HSL | 58.2º | 0.75% | 0.44% | - |
| HSV(B) | 58.2º | 0.86% | 0.76% | - |
| XYZ | 41.13 | 48.51 | 8.29 | - |
| YUV | 173.03 | 46.16 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 28 | 0 | 0.03 | 0.86 | 0.24 | 58.2 | 0.75 | 0.44 |
| Hex | C3 | BE | 1C | 0 | 3 | 56 | 18 | 3A | 4B | 2C |
| Octal | 303 | 276 | 34 | 0 | 3 | 126 | 30 | 72 | 113 | 54 |
| Binary | 11000011 | 10111110 | 11100 | 0 | 11 | 1010110 | 11000 | 111010 | 1001011 | 101100 |
Color Harmonies of #C3BE1C
Complementary color
Monochromatic Colors of #C3BE1C
Black with #C3BE1C
Text Example
Text Example
White with #C3BE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BE1C; }
p { color: rgb(195,190,28); }
H1.HeaderClassName
{
color: #C3BE1C;
}
.AnyTagClassName
{
color: #C3BE1C;
}
</style>
background-color css
<style>
a { background-color: #C3BE1C; }
a { background-color: rgb(195,190,28); }
div.DivClassName
{
background-color: #C3BE1C;
}
.BgClassName
{
background-color: #C3BE1C;
}
</style>
border-color css
<style>
span { border-color: #C3BE1C; }
span { border-color: rgb(195,190,28); }
td.TdClassName
{
border-color: #C3BE1C;
}
.TagClassName
{
border-color: #C3BE1C;
}
</style>