Shades of Bird Flower #C8BE14
Tints of Bird Flower #C8BE14
RGB
CMYK
RGB Variations
Color information
#C8BE14 (or 0xC8BE14) is known color: Bird Flower. HEX triplet: C8, BE and 14. RGB value is (200,190,20). Sum of RGB (Red+Green+Blue) = 200+190+20=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BE14 is #3741EB. Grayscale: #AEAEAE. Windows color (decimal): -3621356 or 1359560. OLE color: 1359560.
HSL color Cylindrical-coordinate representation of color #C8BE14: hue angle of 56.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8BE14 is Cyan = 0, Magento = 0.05, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 20 | - |
| CMYK | 0 | 0.05 | 0.9 | 0.22 |
| HSL | 56.67º | 0.82% | 0.43% | - |
| HSV(B) | 56.67º | 0.9% | 0.78% | - |
| XYZ | 42.36 | 49.16 | 7.92 | - |
| YUV | 173.61 | 41.31 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 20 | 0 | 0.05 | 0.9 | 0.22 | 56.67 | 0.82 | 0.43 |
| Hex | C8 | BE | 14 | 0 | 5 | 5A | 16 | 39 | 52 | 2B |
| Octal | 310 | 276 | 24 | 0 | 5 | 132 | 26 | 71 | 122 | 53 |
| Binary | 11001000 | 10111110 | 10100 | 0 | 101 | 1011010 | 10110 | 111001 | 1010010 | 101011 |
Color Harmonies of #C8BE14
Complementary color
Monochromatic Colors of #C8BE14
Black with #C8BE14
Text Example
Text Example
White with #C8BE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BE14; }
p { color: rgb(200,190,20); }
H1.HeaderClassName
{
color: #C8BE14;
}
.AnyTagClassName
{
color: #C8BE14;
}
</style>
background-color css
<style>
a { background-color: #C8BE14; }
a { background-color: rgb(200,190,20); }
div.DivClassName
{
background-color: #C8BE14;
}
.BgClassName
{
background-color: #C8BE14;
}
</style>
border-color css
<style>
span { border-color: #C8BE14; }
span { border-color: rgb(200,190,20); }
td.TdClassName
{
border-color: #C8BE14;
}
.TagClassName
{
border-color: #C8BE14;
}
</style>