Shades of Bird Flower #C7BB1C
Tints of Bird Flower #C7BB1C
RGB
CMYK
RGB Variations
Color information
#C7BB1C (or 0xC7BB1C) is known color: Bird Flower. HEX triplet: C7, BB and 1C. RGB value is (199,187,28). Sum of RGB (Red+Green+Blue) = 199+187+28=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BB1C is #3844E3. Grayscale: #ADADAD. Windows color (decimal): -3687652 or 1883079. OLE color: 1883079.
HSL color Cylindrical-coordinate representation of color #C7BB1C: hue angle of 55.79º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7BB1C is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 187 | 28 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.22 |
| HSL | 55.79º | 0.75% | 0.45% | - |
| HSV(B) | 55.79º | 0.86% | 0.78% | - |
| XYZ | 41.53 | 47.77 | 8.13 | - |
| YUV | 172.46 | 46.48 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 28 | 0 | 0.06 | 0.86 | 0.22 | 55.79 | 0.75 | 0.45 |
| Hex | C7 | BB | 1C | 0 | 6 | 56 | 16 | 38 | 4B | 2D |
| Octal | 307 | 273 | 34 | 0 | 6 | 126 | 26 | 70 | 113 | 55 |
| Binary | 11000111 | 10111011 | 11100 | 0 | 110 | 1010110 | 10110 | 111000 | 1001011 | 101101 |
Color Harmonies of #C7BB1C
Complementary color
Monochromatic Colors of #C7BB1C
Black with #C7BB1C
Text Example
Text Example
White with #C7BB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BB1C; }
p { color: rgb(199,187,28); }
H1.HeaderClassName
{
color: #C7BB1C;
}
.AnyTagClassName
{
color: #C7BB1C;
}
</style>
background-color css
<style>
a { background-color: #C7BB1C; }
a { background-color: rgb(199,187,28); }
div.DivClassName
{
background-color: #C7BB1C;
}
.BgClassName
{
background-color: #C7BB1C;
}
</style>
border-color css
<style>
span { border-color: #C7BB1C; }
span { border-color: rgb(199,187,28); }
td.TdClassName
{
border-color: #C7BB1C;
}
.TagClassName
{
border-color: #C7BB1C;
}
</style>