Shades of Bird Flower #C4B71C
Tints of Bird Flower #C4B71C
RGB
CMYK
RGB Variations
Color information
#C4B71C (or 0xC4B71C) is known color: Bird Flower. HEX triplet: C4, B7 and 1C. RGB value is (196,183,28). Sum of RGB (Red+Green+Blue) = 196+183+28=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 28 (11.33% from 255 or 6.88% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B71C is #3B48E3. Grayscale: #A9A9A9. Windows color (decimal): -3885284 or 1882052. OLE color: 1882052.
HSL color Cylindrical-coordinate representation of color #C4B71C: hue angle of 55.36º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4B71C is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 28 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.23 |
| HSL | 55.36º | 0.75% | 0.44% | - |
| HSV(B) | 55.36º | 0.86% | 0.77% | - |
| XYZ | 39.91 | 45.69 | 7.81 | - |
| YUV | 169.22 | 48.31 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 28 | 0 | 0.07 | 0.86 | 0.23 | 55.36 | 0.75 | 0.44 |
| Hex | C4 | B7 | 1C | 0 | 7 | 56 | 17 | 37 | 4B | 2C |
| Octal | 304 | 267 | 34 | 0 | 7 | 126 | 27 | 67 | 113 | 54 |
| Binary | 11000100 | 10110111 | 11100 | 0 | 111 | 1010110 | 10111 | 110111 | 1001011 | 101100 |
Color Harmonies of #C4B71C
Complementary color
Monochromatic Colors of #C4B71C
Black with #C4B71C
Text Example
Text Example
White with #C4B71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B71C; }
p { color: rgb(196,183,28); }
H1.HeaderClassName
{
color: #C4B71C;
}
.AnyTagClassName
{
color: #C4B71C;
}
</style>
background-color css
<style>
a { background-color: #C4B71C; }
a { background-color: rgb(196,183,28); }
div.DivClassName
{
background-color: #C4B71C;
}
.BgClassName
{
background-color: #C4B71C;
}
</style>
border-color css
<style>
span { border-color: #C4B71C; }
span { border-color: rgb(196,183,28); }
td.TdClassName
{
border-color: #C4B71C;
}
.TagClassName
{
border-color: #C4B71C;
}
</style>