Shades of Bird Flower #C9C60C
Tints of Bird Flower #C9C60C
RGB
CMYK
RGB Variations
Color information
#C9C60C (or 0xC9C60C) is known color: Bird Flower. HEX triplet: C9, C6 and 0C. RGB value is (201,198,12). Sum of RGB (Red+Green+Blue) = 201+198+12=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C60C is #3639F3. Grayscale: #B2B2B2. Windows color (decimal): -3553780 or 837321. OLE color: 837321.
HSL color Cylindrical-coordinate representation of color #C9C60C: hue angle of 59.05º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9C60C is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 198 | 12 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.21 |
| HSL | 59.05º | 0.89% | 0.42% | - |
| HSV(B) | 59.05º | 0.94% | 0.79% | - |
| XYZ | 44.35 | 52.83 | 8.21 | - |
| YUV | 177.69 | 34.49 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 198 | 12 | 0 | 0.01 | 0.94 | 0.21 | 59.05 | 0.89 | 0.42 |
| Hex | C9 | C6 | C | 0 | 1 | 5E | 15 | 3B | 59 | 2A |
| Octal | 311 | 306 | 14 | 0 | 1 | 136 | 25 | 73 | 131 | 52 |
| Binary | 11001001 | 11000110 | 1100 | 0 | 1 | 1011110 | 10101 | 111011 | 1011001 | 101010 |
Color Harmonies of #C9C60C
Complementary color
Monochromatic Colors of #C9C60C
Black with #C9C60C
Text Example
Text Example
White with #C9C60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C60C; }
p { color: rgb(201,198,12); }
H1.HeaderClassName
{
color: #C9C60C;
}
.AnyTagClassName
{
color: #C9C60C;
}
</style>
background-color css
<style>
a { background-color: #C9C60C; }
a { background-color: rgb(201,198,12); }
div.DivClassName
{
background-color: #C9C60C;
}
.BgClassName
{
background-color: #C9C60C;
}
</style>
border-color css
<style>
span { border-color: #C9C60C; }
span { border-color: rgb(201,198,12); }
td.TdClassName
{
border-color: #C9C60C;
}
.TagClassName
{
border-color: #C9C60C;
}
</style>