Shades of Bird Flower #C8C41C
Tints of Bird Flower #C8C41C
RGB
CMYK
RGB Variations
Color information
#C8C41C (or 0xC8C41C) is known color: Bird Flower. HEX triplet: C8, C4 and 1C. RGB value is (200,196,28). Sum of RGB (Red+Green+Blue) = 200+196+28=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 28 (11.33% from 255 or 6.60% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C41C is #373BE3. Grayscale: #B2B2B2. Windows color (decimal): -3619812 or 1885384. OLE color: 1885384.
HSL color Cylindrical-coordinate representation of color #C8C41C: hue angle of 58.6º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8C41C is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 28 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.22 |
| HSL | 58.6º | 0.75% | 0.45% | - |
| HSV(B) | 58.6º | 0.86% | 0.78% | - |
| XYZ | 43.77 | 51.84 | 8.8 | - |
| YUV | 178.04 | 43.33 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 28 | 0 | 0.02 | 0.86 | 0.22 | 58.6 | 0.75 | 0.45 |
| Hex | C8 | C4 | 1C | 0 | 2 | 56 | 16 | 3B | 4B | 2D |
| Octal | 310 | 304 | 34 | 0 | 2 | 126 | 26 | 73 | 113 | 55 |
| Binary | 11001000 | 11000100 | 11100 | 0 | 10 | 1010110 | 10110 | 111011 | 1001011 | 101101 |
Color Harmonies of #C8C41C
Complementary color
Monochromatic Colors of #C8C41C
Black with #C8C41C
Text Example
Text Example
White with #C8C41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C41C; }
p { color: rgb(200,196,28); }
H1.HeaderClassName
{
color: #C8C41C;
}
.AnyTagClassName
{
color: #C8C41C;
}
</style>
background-color css
<style>
a { background-color: #C8C41C; }
a { background-color: rgb(200,196,28); }
div.DivClassName
{
background-color: #C8C41C;
}
.BgClassName
{
background-color: #C8C41C;
}
</style>
border-color css
<style>
span { border-color: #C8C41C; }
span { border-color: rgb(200,196,28); }
td.TdClassName
{
border-color: #C8C41C;
}
.TagClassName
{
border-color: #C8C41C;
}
</style>