Shades of Bird Flower #C8C30C
Tints of Bird Flower #C8C30C
RGB
CMYK
RGB Variations
Color information
#C8C30C (or 0xC8C30C) is known color: Bird Flower. HEX triplet: C8, C3 and 0C. RGB value is (200,195,12). Sum of RGB (Red+Green+Blue) = 200+195+12=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C30C is #373CF3. Grayscale: #B0B0B0. Windows color (decimal): -3620084 or 836552. OLE color: 836552.
HSL color Cylindrical-coordinate representation of color #C8C30C: hue angle of 58.4º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8C30C is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 12 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.22 |
| HSL | 58.4º | 0.89% | 0.42% | - |
| HSV(B) | 58.4º | 0.94% | 0.78% | - |
| XYZ | 43.4 | 51.34 | 7.97 | - |
| YUV | 175.63 | 35.66 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 12 | 0 | 0.02 | 0.94 | 0.22 | 58.4 | 0.89 | 0.42 |
| Hex | C8 | C3 | C | 0 | 2 | 5E | 16 | 3A | 59 | 2A |
| Octal | 310 | 303 | 14 | 0 | 2 | 136 | 26 | 72 | 131 | 52 |
| Binary | 11001000 | 11000011 | 1100 | 0 | 10 | 1011110 | 10110 | 111010 | 1011001 | 101010 |
Color Harmonies of #C8C30C
Complementary color
Monochromatic Colors of #C8C30C
Black with #C8C30C
Text Example
Text Example
White with #C8C30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C30C; }
p { color: rgb(200,195,12); }
H1.HeaderClassName
{
color: #C8C30C;
}
.AnyTagClassName
{
color: #C8C30C;
}
</style>
background-color css
<style>
a { background-color: #C8C30C; }
a { background-color: rgb(200,195,12); }
div.DivClassName
{
background-color: #C8C30C;
}
.BgClassName
{
background-color: #C8C30C;
}
</style>
border-color css
<style>
span { border-color: #C8C30C; }
span { border-color: rgb(200,195,12); }
td.TdClassName
{
border-color: #C8C30C;
}
.TagClassName
{
border-color: #C8C30C;
}
</style>