Shades of Bird Flower #C9B41C
Tints of Bird Flower #C9B41C
RGB
CMYK
RGB Variations
Color information
#C9B41C (or 0xC9B41C) is known color: Bird Flower. HEX triplet: C9, B4 and 1C. RGB value is (201,180,28). Sum of RGB (Red+Green+Blue) = 201+180+28=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B41C is #364BE3. Grayscale: #A9A9A9. Windows color (decimal): -3558372 or 1881289. OLE color: 1881289.
HSL color Cylindrical-coordinate representation of color #C9B41C: hue angle of 52.72º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9B41C is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 180 | 28 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.21 |
| HSL | 52.72º | 0.76% | 0.45% | - |
| HSV(B) | 52.72º | 0.86% | 0.79% | - |
| XYZ | 40.62 | 45.14 | 7.67 | - |
| YUV | 168.95 | 48.46 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 180 | 28 | 0 | 0.10 | 0.86 | 0.21 | 52.72 | 0.76 | 0.45 |
| Hex | C9 | B4 | 1C | 0 | A | 56 | 15 | 35 | 4C | 2D |
| Octal | 311 | 264 | 34 | 0 | 12 | 126 | 25 | 65 | 114 | 55 |
| Binary | 11001001 | 10110100 | 11100 | 0 | 1010 | 1010110 | 10101 | 110101 | 1001100 | 101101 |
Color Harmonies of #C9B41C
Complementary color
Monochromatic Colors of #C9B41C
Black with #C9B41C
Text Example
Text Example
White with #C9B41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B41C; }
p { color: rgb(201,180,28); }
H1.HeaderClassName
{
color: #C9B41C;
}
.AnyTagClassName
{
color: #C9B41C;
}
</style>
background-color css
<style>
a { background-color: #C9B41C; }
a { background-color: rgb(201,180,28); }
div.DivClassName
{
background-color: #C9B41C;
}
.BgClassName
{
background-color: #C9B41C;
}
</style>
border-color css
<style>
span { border-color: #C9B41C; }
span { border-color: rgb(201,180,28); }
td.TdClassName
{
border-color: #C9B41C;
}
.TagClassName
{
border-color: #C9B41C;
}
</style>