Shades of Bird Flower #C9C51B
Tints of Bird Flower #C9C51B
RGB
CMYK
RGB Variations
Color information
#C9C51B (or 0xC9C51B) is known color: Bird Flower. HEX triplet: C9, C5 and 1B. RGB value is (201,197,27). Sum of RGB (Red+Green+Blue) = 201+197+27=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 27 (10.94% from 255 or 6.35% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C51B is #363AE4. Grayscale: #B3B3B3. Windows color (decimal): -3554021 or 1820105. OLE color: 1820105.
HSL color Cylindrical-coordinate representation of color #C9C51B: hue angle of 58.62º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9C51B is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 197 | 27 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.21 |
| HSL | 58.62º | 0.76% | 0.45% | - |
| HSV(B) | 58.62º | 0.87% | 0.79% | - |
| XYZ | 44.25 | 52.43 | 8.82 | - |
| YUV | 178.82 | 42.33 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 197 | 27 | 0 | 0.02 | 0.87 | 0.21 | 58.62 | 0.76 | 0.45 |
| Hex | C9 | C5 | 1B | 0 | 2 | 57 | 15 | 3B | 4C | 2D |
| Octal | 311 | 305 | 33 | 0 | 2 | 127 | 25 | 73 | 114 | 55 |
| Binary | 11001001 | 11000101 | 11011 | 0 | 10 | 1010111 | 10101 | 111011 | 1001100 | 101101 |
Color Harmonies of #C9C51B
Complementary color
Monochromatic Colors of #C9C51B
Black with #C9C51B
Text Example
Text Example
White with #C9C51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C51B; }
p { color: rgb(201,197,27); }
H1.HeaderClassName
{
color: #C9C51B;
}
.AnyTagClassName
{
color: #C9C51B;
}
</style>
background-color css
<style>
a { background-color: #C9C51B; }
a { background-color: rgb(201,197,27); }
div.DivClassName
{
background-color: #C9C51B;
}
.BgClassName
{
background-color: #C9C51B;
}
</style>
border-color css
<style>
span { border-color: #C9C51B; }
span { border-color: rgb(201,197,27); }
td.TdClassName
{
border-color: #C9C51B;
}
.TagClassName
{
border-color: #C9C51B;
}
</style>