Shades of Bird Flower #C8C60F
Tints of Bird Flower #C8C60F
RGB
CMYK
RGB Variations
Color information
#C8C60F (or 0xC8C60F) is known color: Bird Flower. HEX triplet: C8, C6 and 0F. RGB value is (200,198,15). Sum of RGB (Red+Green+Blue) = 200+198+15=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 15 (6.25% from 255 or 3.63% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C60F is #3739F0. Grayscale: #B2B2B2. Windows color (decimal): -3619313 or 1033928. OLE color: 1033928.
HSL color Cylindrical-coordinate representation of color #C8C60F: hue angle of 59.35º 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 #C8C60F is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 15 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.22 |
| HSL | 59.35º | 0.86% | 0.42% | - |
| HSV(B) | 59.35º | 0.93% | 0.78% | - |
| XYZ | 44.1 | 52.7 | 8.3 | - |
| YUV | 177.74 | 36.16 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 15 | 0 | 0.01 | 0.92 | 0.22 | 59.35 | 0.86 | 0.42 |
| Hex | C8 | C6 | F | 0 | 1 | 5C | 16 | 3B | 56 | 2A |
| Octal | 310 | 306 | 17 | 0 | 1 | 134 | 26 | 73 | 126 | 52 |
| Binary | 11001000 | 11000110 | 1111 | 0 | 1 | 1011100 | 10110 | 111011 | 1010110 | 101010 |
Color Harmonies of #C8C60F
Complementary color
Monochromatic Colors of #C8C60F
Black with #C8C60F
Text Example
Text Example
White with #C8C60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C60F; }
p { color: rgb(200,198,15); }
H1.HeaderClassName
{
color: #C8C60F;
}
.AnyTagClassName
{
color: #C8C60F;
}
</style>
background-color css
<style>
a { background-color: #C8C60F; }
a { background-color: rgb(200,198,15); }
div.DivClassName
{
background-color: #C8C60F;
}
.BgClassName
{
background-color: #C8C60F;
}
</style>
border-color css
<style>
span { border-color: #C8C60F; }
span { border-color: rgb(200,198,15); }
td.TdClassName
{
border-color: #C8C60F;
}
.TagClassName
{
border-color: #C8C60F;
}
</style>