Shades of Bird Flower #C9B405
Tints of Bird Flower #C9B405
RGB
CMYK
RGB Variations
Color information
#C9B405 (or 0xC9B405) is known color: Bird Flower. HEX triplet: C9, B4 and 05. RGB value is (201,180,5). Sum of RGB (Red+Green+Blue) = 201+180+5=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B405 is #364BFA. Grayscale: #A7A7A7. Windows color (decimal): -3558395 or 373961. OLE color: 373961.
HSL color Cylindrical-coordinate representation of color #C9B405: hue angle of 53.57º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9B405 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 180 | 5 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.21 |
| HSL | 53.57º | 0.95% | 0.4% | - |
| HSV(B) | 53.57º | 0.98% | 0.79% | - |
| XYZ | 40.44 | 45.07 | 6.71 | - |
| YUV | 166.33 | 36.96 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 180 | 5 | 0 | 0.10 | 0.98 | 0.21 | 53.57 | 0.95 | 0.4 |
| Hex | C9 | B4 | 5 | 0 | A | 62 | 15 | 36 | 5F | 28 |
| Octal | 311 | 264 | 5 | 0 | 12 | 142 | 25 | 66 | 137 | 50 |
| Binary | 11001001 | 10110100 | 101 | 0 | 1010 | 1100010 | 10101 | 110110 | 1011111 | 101000 |
Color Harmonies of #C9B405
Complementary color
Monochromatic Colors of #C9B405
Black with #C9B405
Text Example
Text Example
White with #C9B405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B405; }
p { color: rgb(201,180,5); }
H1.HeaderClassName
{
color: #C9B405;
}
.AnyTagClassName
{
color: #C9B405;
}
</style>
background-color css
<style>
a { background-color: #C9B405; }
a { background-color: rgb(201,180,5); }
div.DivClassName
{
background-color: #C9B405;
}
.BgClassName
{
background-color: #C9B405;
}
</style>
border-color css
<style>
span { border-color: #C9B405; }
span { border-color: rgb(201,180,5); }
td.TdClassName
{
border-color: #C9B405;
}
.TagClassName
{
border-color: #C9B405;
}
</style>