Shades of Bird Flower #C9CA10
Tints of Bird Flower #C9CA10
RGB
CMYK
RGB Variations
Color information
#C9CA10 (or 0xC9CA10) is known color: Bird Flower. HEX triplet: C9, CA and 10. RGB value is (201,202,16). Sum of RGB (Red+Green+Blue) = 201+202+16=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 16 (6.64% from 255 or 3.82% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9CA10 is #3635EF. Grayscale: #B5B5B5. Windows color (decimal): -3552752 or 1100489. OLE color: 1100489.
HSL color Cylindrical-coordinate representation of color #C9CA10: hue angle of 60.32º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9CA10 is Cyan = 0.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 202 | 16 | - |
| CMYK | 0.00 | 0 | 0.92 | 0.21 |
| HSL | 60.32º | 0.85% | 0.43% | - |
| HSV(B) | 60.32º | 0.92% | 0.79% | - |
| XYZ | 45.3 | 54.7 | 8.66 | - |
| YUV | 180.5 | 35.17 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 202 | 16 | 0.00 | 0 | 0.92 | 0.21 | 60.32 | 0.85 | 0.43 |
| Hex | C9 | CA | 10 | 0 | 0 | 5C | 15 | 3C | 55 | 2B |
| Octal | 311 | 312 | 20 | 0 | 0 | 134 | 25 | 74 | 125 | 53 |
| Binary | 11001001 | 11001010 | 10000 | 0 | 0 | 1011100 | 10101 | 111100 | 1010101 | 101011 |
Color Harmonies of #C9CA10
Complementary color
Monochromatic Colors of #C9CA10
Black with #C9CA10
Text Example
Text Example
White with #C9CA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CA10; }
p { color: rgb(201,202,16); }
H1.HeaderClassName
{
color: #C9CA10;
}
.AnyTagClassName
{
color: #C9CA10;
}
</style>
background-color css
<style>
a { background-color: #C9CA10; }
a { background-color: rgb(201,202,16); }
div.DivClassName
{
background-color: #C9CA10;
}
.BgClassName
{
background-color: #C9CA10;
}
</style>
border-color css
<style>
span { border-color: #C9CA10; }
span { border-color: rgb(201,202,16); }
td.TdClassName
{
border-color: #C9CA10;
}
.TagClassName
{
border-color: #C9CA10;
}
</style>