Shades of Bird Flower #C8C21B
Tints of Bird Flower #C8C21B
RGB
CMYK
RGB Variations
Color information
#C8C21B (or 0xC8C21B) is known color: Bird Flower. HEX triplet: C8, C2 and 1B. RGB value is (200,194,27). Sum of RGB (Red+Green+Blue) = 200+194+27=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 27 (10.94% from 255 or 6.41% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C21B is #373DE4. Grayscale: #B1B1B1. Windows color (decimal): -3620325 or 1819336. OLE color: 1819336.
HSL color Cylindrical-coordinate representation of color #C8C21B: hue angle of 57.92º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8C21B is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 194 | 27 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.22 |
| HSL | 57.92º | 0.76% | 0.45% | - |
| HSV(B) | 57.92º | 0.87% | 0.78% | - |
| XYZ | 43.31 | 50.94 | 8.59 | - |
| YUV | 176.76 | 43.49 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 27 | 0 | 0.03 | 0.86 | 0.22 | 57.92 | 0.76 | 0.45 |
| Hex | C8 | C2 | 1B | 0 | 3 | 56 | 16 | 3A | 4C | 2D |
| Octal | 310 | 302 | 33 | 0 | 3 | 126 | 26 | 72 | 114 | 55 |
| Binary | 11001000 | 11000010 | 11011 | 0 | 11 | 1010110 | 10110 | 111010 | 1001100 | 101101 |
Color Harmonies of #C8C21B
Complementary color
Monochromatic Colors of #C8C21B
Black with #C8C21B
Text Example
Text Example
White with #C8C21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C21B; }
p { color: rgb(200,194,27); }
H1.HeaderClassName
{
color: #C8C21B;
}
.AnyTagClassName
{
color: #C8C21B;
}
</style>
background-color css
<style>
a { background-color: #C8C21B; }
a { background-color: rgb(200,194,27); }
div.DivClassName
{
background-color: #C8C21B;
}
.BgClassName
{
background-color: #C8C21B;
}
</style>
border-color css
<style>
span { border-color: #C8C21B; }
span { border-color: rgb(200,194,27); }
td.TdClassName
{
border-color: #C8C21B;
}
.TagClassName
{
border-color: #C8C21B;
}
</style>