Shades of Bird Flower #C8C80F
Tints of Bird Flower #C8C80F
RGB
CMYK
RGB Variations
Color information
#C8C80F (or 0xC8C80F) is known color: Bird Flower. HEX triplet: C8, C8 and 0F. RGB value is (200,200,15). Sum of RGB (Red+Green+Blue) = 200+200+15=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 15 (6.25% from 255 or 3.61% from 415); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C80F is #3737F0. Grayscale: #B3B3B3. Windows color (decimal): -3618801 or 1034440. OLE color: 1034440.
HSL color Cylindrical-coordinate representation of color #C8C80F: hue angle of 60º degrees, saturation: 0.86, 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 #C8C80F is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 200 | 15 | - |
| CMYK | 0 | 0 | 0.92 | 0.22 |
| HSL | 60º | 0.86% | 0.42% | - |
| HSV(B) | 60º | 0.93% | 0.78% | - |
| XYZ | 44.56 | 53.62 | 8.45 | - |
| YUV | 178.91 | 35.5 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 200 | 15 | 0 | 0 | 0.92 | 0.22 | 60 | 0.86 | 0.42 |
| Hex | C8 | C8 | F | 0 | 0 | 5C | 16 | 3C | 56 | 2A |
| Octal | 310 | 310 | 17 | 0 | 0 | 134 | 26 | 74 | 126 | 52 |
| Binary | 11001000 | 11001000 | 1111 | 0 | 0 | 1011100 | 10110 | 111100 | 1010110 | 101010 |
Color Harmonies of #C8C80F
Complementary color
Monochromatic Colors of #C8C80F
Black with #C8C80F
Text Example
Text Example
White with #C8C80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C80F; }
p { color: rgb(200,200,15); }
H1.HeaderClassName
{
color: #C8C80F;
}
.AnyTagClassName
{
color: #C8C80F;
}
</style>
background-color css
<style>
a { background-color: #C8C80F; }
a { background-color: rgb(200,200,15); }
div.DivClassName
{
background-color: #C8C80F;
}
.BgClassName
{
background-color: #C8C80F;
}
</style>
border-color css
<style>
span { border-color: #C8C80F; }
span { border-color: rgb(200,200,15); }
td.TdClassName
{
border-color: #C8C80F;
}
.TagClassName
{
border-color: #C8C80F;
}
</style>