Shades of Bird Flower #C8C417
Tints of Bird Flower #C8C417
RGB
CMYK
RGB Variations
Color information
#C8C417 (or 0xC8C417) is known color: Bird Flower. HEX triplet: C8, C4 and 17. RGB value is (200,196,23). Sum of RGB (Red+Green+Blue) = 200+196+23=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 23 (9.38% from 255 or 5.49% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C417 is #373BE8. Grayscale: #B2B2B2. Windows color (decimal): -3619817 or 1557704. OLE color: 1557704.
HSL color Cylindrical-coordinate representation of color #C8C417: hue angle of 58.64º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8C417 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 23 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.22 |
| HSL | 58.64º | 0.79% | 0.44% | - |
| HSV(B) | 58.64º | 0.89% | 0.78% | - |
| XYZ | 43.71 | 51.82 | 8.51 | - |
| YUV | 177.47 | 40.83 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 23 | 0 | 0.02 | 0.88 | 0.22 | 58.64 | 0.79 | 0.44 |
| Hex | C8 | C4 | 17 | 0 | 2 | 58 | 16 | 3B | 4F | 2C |
| Octal | 310 | 304 | 27 | 0 | 2 | 130 | 26 | 73 | 117 | 54 |
| Binary | 11001000 | 11000100 | 10111 | 0 | 10 | 1011000 | 10110 | 111011 | 1001111 | 101100 |
Color Harmonies of #C8C417
Complementary color
Monochromatic Colors of #C8C417
Black with #C8C417
Text Example
Text Example
White with #C8C417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C417; }
p { color: rgb(200,196,23); }
H1.HeaderClassName
{
color: #C8C417;
}
.AnyTagClassName
{
color: #C8C417;
}
</style>
background-color css
<style>
a { background-color: #C8C417; }
a { background-color: rgb(200,196,23); }
div.DivClassName
{
background-color: #C8C417;
}
.BgClassName
{
background-color: #C8C417;
}
</style>
border-color css
<style>
span { border-color: #C8C417; }
span { border-color: rgb(200,196,23); }
td.TdClassName
{
border-color: #C8C417;
}
.TagClassName
{
border-color: #C8C417;
}
</style>