Shades of Bird Flower #C9B002
Tints of Bird Flower #C9B002
RGB
CMYK
RGB Variations
Color information
#C9B002 (or 0xC9B002) is known color: Bird Flower. HEX triplet: C9, B0 and 02. RGB value is (201,176,2). Sum of RGB (Red+Green+Blue) = 201+176+2=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 2 (1.17% from 255 or 0.53% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9B002 is #364FFD. Grayscale: #A4A4A4. Windows color (decimal): -3559422 or 176329. OLE color: 176329.
HSL color Cylindrical-coordinate representation of color #C9B002: hue angle of 52.46º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9B002 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 176 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.21 |
| HSL | 52.46º | 0.98% | 0.4% | - |
| HSV(B) | 52.46º | 0.99% | 0.79% | - |
| XYZ | 39.62 | 43.47 | 6.36 | - |
| YUV | 163.64 | 36.78 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 176 | 2 | 0 | 0.12 | 0.99 | 0.21 | 52.46 | 0.98 | 0.4 |
| Hex | C9 | B0 | 2 | 0 | C | 63 | 15 | 34 | 62 | 28 |
| Octal | 311 | 260 | 2 | 0 | 14 | 143 | 25 | 64 | 142 | 50 |
| Binary | 11001001 | 10110000 | 10 | 0 | 1100 | 1100011 | 10101 | 110100 | 1100010 | 101000 |
Color Harmonies of #C9B002
Complementary color
Monochromatic Colors of #C9B002
Black with #C9B002
Text Example
Text Example
White with #C9B002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B002; }
p { color: rgb(201,176,2); }
H1.HeaderClassName
{
color: #C9B002;
}
.AnyTagClassName
{
color: #C9B002;
}
</style>
background-color css
<style>
a { background-color: #C9B002; }
a { background-color: rgb(201,176,2); }
div.DivClassName
{
background-color: #C9B002;
}
.BgClassName
{
background-color: #C9B002;
}
</style>
border-color css
<style>
span { border-color: #C9B002; }
span { border-color: rgb(201,176,2); }
td.TdClassName
{
border-color: #C9B002;
}
.TagClassName
{
border-color: #C9B002;
}
</style>