Shades of Bird Flower #C8C30E
Tints of Bird Flower #C8C30E
RGB
CMYK
RGB Variations
Color information
#C8C30E (or 0xC8C30E) is known color: Bird Flower. HEX triplet: C8, C3 and 0E. RGB value is (200,195,14). Sum of RGB (Red+Green+Blue) = 200+195+14=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C30E is #373CF1. Grayscale: #B0B0B0. Windows color (decimal): -3620082 or 967624. OLE color: 967624.
HSL color Cylindrical-coordinate representation of color #C8C30E: hue angle of 58.39º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8C30E is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 14 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.22 |
| HSL | 58.39º | 0.87% | 0.42% | - |
| HSV(B) | 58.39º | 0.93% | 0.78% | - |
| XYZ | 43.41 | 51.34 | 8.04 | - |
| YUV | 175.86 | 36.66 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 14 | 0 | 0.02 | 0.93 | 0.22 | 58.39 | 0.87 | 0.42 |
| Hex | C8 | C3 | E | 0 | 2 | 5D | 16 | 3A | 57 | 2A |
| Octal | 310 | 303 | 16 | 0 | 2 | 135 | 26 | 72 | 127 | 52 |
| Binary | 11001000 | 11000011 | 1110 | 0 | 10 | 1011101 | 10110 | 111010 | 1010111 | 101010 |
Color Harmonies of #C8C30E
Complementary color
Monochromatic Colors of #C8C30E
Black with #C8C30E
Text Example
Text Example
White with #C8C30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C30E; }
p { color: rgb(200,195,14); }
H1.HeaderClassName
{
color: #C8C30E;
}
.AnyTagClassName
{
color: #C8C30E;
}
</style>
background-color css
<style>
a { background-color: #C8C30E; }
a { background-color: rgb(200,195,14); }
div.DivClassName
{
background-color: #C8C30E;
}
.BgClassName
{
background-color: #C8C30E;
}
</style>
border-color css
<style>
span { border-color: #C8C30E; }
span { border-color: rgb(200,195,14); }
td.TdClassName
{
border-color: #C8C30E;
}
.TagClassName
{
border-color: #C8C30E;
}
</style>