Shades of Bird Flower #C7B61C
Tints of Bird Flower #C7B61C
RGB
CMYK
RGB Variations
Color information
#C7B61C (or 0xC7B61C) is known color: Bird Flower. HEX triplet: C7, B6 and 1C. RGB value is (199,182,28). Sum of RGB (Red+Green+Blue) = 199+182+28=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B61C is #3849E3. Grayscale: #AAAAAA. Windows color (decimal): -3688932 or 1881799. OLE color: 1881799.
HSL color Cylindrical-coordinate representation of color #C7B61C: hue angle of 54.04º 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 #C7B61C is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 182 | 28 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.22 |
| HSL | 54.04º | 0.75% | 0.45% | - |
| HSV(B) | 54.04º | 0.86% | 0.78% | - |
| XYZ | 40.49 | 45.68 | 7.78 | - |
| YUV | 169.53 | 48.13 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 182 | 28 | 0 | 0.09 | 0.86 | 0.22 | 54.04 | 0.75 | 0.45 |
| Hex | C7 | B6 | 1C | 0 | 9 | 56 | 16 | 36 | 4B | 2D |
| Octal | 307 | 266 | 34 | 0 | 11 | 126 | 26 | 66 | 113 | 55 |
| Binary | 11000111 | 10110110 | 11100 | 0 | 1001 | 1010110 | 10110 | 110110 | 1001011 | 101101 |
Color Harmonies of #C7B61C
Complementary color
Monochromatic Colors of #C7B61C
Black with #C7B61C
Text Example
Text Example
White with #C7B61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B61C; }
p { color: rgb(199,182,28); }
H1.HeaderClassName
{
color: #C7B61C;
}
.AnyTagClassName
{
color: #C7B61C;
}
</style>
background-color css
<style>
a { background-color: #C7B61C; }
a { background-color: rgb(199,182,28); }
div.DivClassName
{
background-color: #C7B61C;
}
.BgClassName
{
background-color: #C7B61C;
}
</style>
border-color css
<style>
span { border-color: #C7B61C; }
span { border-color: rgb(199,182,28); }
td.TdClassName
{
border-color: #C7B61C;
}
.TagClassName
{
border-color: #C7B61C;
}
</style>