Shades of Bird Flower #C8B409
Tints of Bird Flower #C8B409
RGB
CMYK
RGB Variations
Color information
#C8B409 (or 0xC8B409) is known color: Bird Flower. HEX triplet: C8, B4 and 09. RGB value is (200,180,9). Sum of RGB (Red+Green+Blue) = 200+180+9=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 9 (3.91% from 255 or 2.31% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B409 is #374BF6. Grayscale: #A7A7A7. Windows color (decimal): -3623927 or 636104. OLE color: 636104.
HSL color Cylindrical-coordinate representation of color #C8B409: hue angle of 53.72º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8B409 is Cyan = 0, Magento = 0.1, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 180 | 9 | - |
| CMYK | 0 | 0.1 | 0.96 | 0.22 |
| HSL | 53.72º | 0.91% | 0.41% | - |
| HSV(B) | 53.72º | 0.96% | 0.78% | - |
| XYZ | 40.19 | 44.94 | 6.81 | - |
| YUV | 166.49 | 39.13 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 180 | 9 | 0 | 0.1 | 0.96 | 0.22 | 53.72 | 0.91 | 0.41 |
| Hex | C8 | B4 | 9 | 0 | A | 60 | 16 | 36 | 5B | 29 |
| Octal | 310 | 264 | 11 | 0 | 12 | 140 | 26 | 66 | 133 | 51 |
| Binary | 11001000 | 10110100 | 1001 | 0 | 1010 | 1100000 | 10110 | 110110 | 1011011 | 101001 |
Color Harmonies of #C8B409
Complementary color
Monochromatic Colors of #C8B409
Black with #C8B409
Text Example
Text Example
White with #C8B409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B409; }
p { color: rgb(200,180,9); }
H1.HeaderClassName
{
color: #C8B409;
}
.AnyTagClassName
{
color: #C8B409;
}
</style>
background-color css
<style>
a { background-color: #C8B409; }
a { background-color: rgb(200,180,9); }
div.DivClassName
{
background-color: #C8B409;
}
.BgClassName
{
background-color: #C8B409;
}
</style>
border-color css
<style>
span { border-color: #C8B409; }
span { border-color: rgb(200,180,9); }
td.TdClassName
{
border-color: #C8B409;
}
.TagClassName
{
border-color: #C8B409;
}
</style>