Shades of Bird Flower #C9C31B
Tints of Bird Flower #C9C31B
RGB
CMYK
RGB Variations
Color information
#C9C31B (or 0xC9C31B) is known color: Bird Flower. HEX triplet: C9, C3 and 1B. RGB value is (201,195,27). Sum of RGB (Red+Green+Blue) = 201+195+27=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 27 (10.94% from 255 or 6.38% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C31B is #363CE4. Grayscale: #B2B2B2. Windows color (decimal): -3554533 or 1819593. OLE color: 1819593.
HSL color Cylindrical-coordinate representation of color #C9C31B: hue angle of 57.93º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9C31B is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 195 | 27 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.21 |
| HSL | 57.93º | 0.76% | 0.45% | - |
| HSV(B) | 57.93º | 0.87% | 0.79% | - |
| XYZ | 43.8 | 51.53 | 8.67 | - |
| YUV | 177.64 | 42.99 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 195 | 27 | 0 | 0.03 | 0.87 | 0.21 | 57.93 | 0.76 | 0.45 |
| Hex | C9 | C3 | 1B | 0 | 3 | 57 | 15 | 3A | 4C | 2D |
| Octal | 311 | 303 | 33 | 0 | 3 | 127 | 25 | 72 | 114 | 55 |
| Binary | 11001001 | 11000011 | 11011 | 0 | 11 | 1010111 | 10101 | 111010 | 1001100 | 101101 |
Color Harmonies of #C9C31B
Complementary color
Monochromatic Colors of #C9C31B
Black with #C9C31B
Text Example
Text Example
White with #C9C31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C31B; }
p { color: rgb(201,195,27); }
H1.HeaderClassName
{
color: #C9C31B;
}
.AnyTagClassName
{
color: #C9C31B;
}
</style>
background-color css
<style>
a { background-color: #C9C31B; }
a { background-color: rgb(201,195,27); }
div.DivClassName
{
background-color: #C9C31B;
}
.BgClassName
{
background-color: #C9C31B;
}
</style>
border-color css
<style>
span { border-color: #C9C31B; }
span { border-color: rgb(201,195,27); }
td.TdClassName
{
border-color: #C9C31B;
}
.TagClassName
{
border-color: #C9C31B;
}
</style>