Shades of Bird Flower #C9C30B
Tints of Bird Flower #C9C30B
RGB
CMYK
RGB Variations
Color information
#C9C30B (or 0xC9C30B) is known color: Bird Flower. HEX triplet: C9, C3 and 0B. RGB value is (201,195,11). Sum of RGB (Red+Green+Blue) = 201+195+11=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 11 (4.69% from 255 or 2.70% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C30B is #363CF4. Grayscale: #B0B0B0. Windows color (decimal): -3554549 or 771017. OLE color: 771017.
HSL color Cylindrical-coordinate representation of color #C9C30B: hue angle of 58.11º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9C30B is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 195 | 11 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.21 |
| HSL | 58.11º | 0.9% | 0.42% | - |
| HSV(B) | 58.11º | 0.95% | 0.79% | - |
| XYZ | 43.66 | 51.47 | 7.95 | - |
| YUV | 175.82 | 34.99 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 195 | 11 | 0 | 0.03 | 0.95 | 0.21 | 58.11 | 0.9 | 0.42 |
| Hex | C9 | C3 | B | 0 | 3 | 5F | 15 | 3A | 5A | 2A |
| Octal | 311 | 303 | 13 | 0 | 3 | 137 | 25 | 72 | 132 | 52 |
| Binary | 11001001 | 11000011 | 1011 | 0 | 11 | 1011111 | 10101 | 111010 | 1011010 | 101010 |
Color Harmonies of #C9C30B
Complementary color
Monochromatic Colors of #C9C30B
Black with #C9C30B
Text Example
Text Example
White with #C9C30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C30B; }
p { color: rgb(201,195,11); }
H1.HeaderClassName
{
color: #C9C30B;
}
.AnyTagClassName
{
color: #C9C30B;
}
</style>
background-color css
<style>
a { background-color: #C9C30B; }
a { background-color: rgb(201,195,11); }
div.DivClassName
{
background-color: #C9C30B;
}
.BgClassName
{
background-color: #C9C30B;
}
</style>
border-color css
<style>
span { border-color: #C9C30B; }
span { border-color: rgb(201,195,11); }
td.TdClassName
{
border-color: #C9C30B;
}
.TagClassName
{
border-color: #C9C30B;
}
</style>