Shades of Bird Flower #C9B102
Tints of Bird Flower #C9B102
RGB
CMYK
RGB Variations
Color information
#C9B102 (or 0xC9B102) is known color: Bird Flower. HEX triplet: C9, B1 and 02. RGB value is (201,177,2). Sum of RGB (Red+Green+Blue) = 201+177+2=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 2 (1.17% from 255 or 0.53% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9B102 is #364EFD. Grayscale: #A4A4A4. Windows color (decimal): -3559166 or 176585. OLE color: 176585.
HSL color Cylindrical-coordinate representation of color #C9B102: hue angle of 52.76º 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 #C9B102 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 177 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.21 |
| HSL | 52.76º | 0.98% | 0.4% | - |
| HSV(B) | 52.76º | 0.99% | 0.79% | - |
| XYZ | 39.82 | 43.87 | 6.43 | - |
| YUV | 164.23 | 36.45 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 177 | 2 | 0 | 0.12 | 0.99 | 0.21 | 52.76 | 0.98 | 0.4 |
| Hex | C9 | B1 | 2 | 0 | C | 63 | 15 | 35 | 62 | 28 |
| Octal | 311 | 261 | 2 | 0 | 14 | 143 | 25 | 65 | 142 | 50 |
| Binary | 11001001 | 10110001 | 10 | 0 | 1100 | 1100011 | 10101 | 110101 | 1100010 | 101000 |
Color Harmonies of #C9B102
Complementary color
Monochromatic Colors of #C9B102
Black with #C9B102
Text Example
Text Example
White with #C9B102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B102; }
p { color: rgb(201,177,2); }
H1.HeaderClassName
{
color: #C9B102;
}
.AnyTagClassName
{
color: #C9B102;
}
</style>
background-color css
<style>
a { background-color: #C9B102; }
a { background-color: rgb(201,177,2); }
div.DivClassName
{
background-color: #C9B102;
}
.BgClassName
{
background-color: #C9B102;
}
</style>
border-color css
<style>
span { border-color: #C9B102; }
span { border-color: rgb(201,177,2); }
td.TdClassName
{
border-color: #C9B102;
}
.TagClassName
{
border-color: #C9B102;
}
</style>