Shades of Bird Flower #C7B31F
Tints of Bird Flower #C7B31F
RGB
CMYK
RGB Variations
Color information
#C7B31F (or 0xC7B31F) is known color: Bird Flower. HEX triplet: C7, B3 and 1F. RGB value is (199,179,31). Sum of RGB (Red+Green+Blue) = 199+179+31=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 31 (12.5% from 255 or 7.58% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B31F is #384CE0. Grayscale: #A8A8A8. Windows color (decimal): -3689697 or 2077639. OLE color: 2077639.
HSL color Cylindrical-coordinate representation of color #C7B31F: hue angle of 52.86º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7B31F is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 179 | 31 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.22 |
| HSL | 52.86º | 0.73% | 0.45% | - |
| HSV(B) | 52.86º | 0.84% | 0.78% | - |
| XYZ | 39.92 | 44.48 | 7.78 | - |
| YUV | 168.11 | 50.63 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 31 | 0 | 0.10 | 0.84 | 0.22 | 52.86 | 0.73 | 0.45 |
| Hex | C7 | B3 | 1F | 0 | A | 54 | 16 | 35 | 49 | 2D |
| Octal | 307 | 263 | 37 | 0 | 12 | 124 | 26 | 65 | 111 | 55 |
| Binary | 11000111 | 10110011 | 11111 | 0 | 1010 | 1010100 | 10110 | 110101 | 1001001 | 101101 |
Color Harmonies of #C7B31F
Complementary color
Monochromatic Colors of #C7B31F
Black with #C7B31F
Text Example
Text Example
White with #C7B31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B31F; }
p { color: rgb(199,179,31); }
H1.HeaderClassName
{
color: #C7B31F;
}
.AnyTagClassName
{
color: #C7B31F;
}
</style>
background-color css
<style>
a { background-color: #C7B31F; }
a { background-color: rgb(199,179,31); }
div.DivClassName
{
background-color: #C7B31F;
}
.BgClassName
{
background-color: #C7B31F;
}
</style>
border-color css
<style>
span { border-color: #C7B31F; }
span { border-color: rgb(199,179,31); }
td.TdClassName
{
border-color: #C7B31F;
}
.TagClassName
{
border-color: #C7B31F;
}
</style>