Shades of Bird Flower #C8B11B
Tints of Bird Flower #C8B11B
RGB
CMYK
RGB Variations
Color information
#C8B11B (or 0xC8B11B) is known color: Bird Flower. HEX triplet: C8, B1 and 1B. RGB value is (200,177,27). Sum of RGB (Red+Green+Blue) = 200+177+27=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B11B is #374EE4. Grayscale: #A7A7A7. Windows color (decimal): -3624677 or 1814984. OLE color: 1814984.
HSL color Cylindrical-coordinate representation of color #C8B11B: hue angle of 52.02º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8B11B is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 177 | 27 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.22 |
| HSL | 52.02º | 0.76% | 0.45% | - |
| HSV(B) | 52.02º | 0.87% | 0.78% | - |
| XYZ | 39.74 | 43.8 | 7.4 | - |
| YUV | 166.78 | 49.12 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 177 | 27 | 0 | 0.12 | 0.86 | 0.22 | 52.02 | 0.76 | 0.45 |
| Hex | C8 | B1 | 1B | 0 | C | 56 | 16 | 34 | 4C | 2D |
| Octal | 310 | 261 | 33 | 0 | 14 | 126 | 26 | 64 | 114 | 55 |
| Binary | 11001000 | 10110001 | 11011 | 0 | 1100 | 1010110 | 10110 | 110100 | 1001100 | 101101 |
Color Harmonies of #C8B11B
Complementary color
Monochromatic Colors of #C8B11B
Black with #C8B11B
Text Example
Text Example
White with #C8B11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B11B; }
p { color: rgb(200,177,27); }
H1.HeaderClassName
{
color: #C8B11B;
}
.AnyTagClassName
{
color: #C8B11B;
}
</style>
background-color css
<style>
a { background-color: #C8B11B; }
a { background-color: rgb(200,177,27); }
div.DivClassName
{
background-color: #C8B11B;
}
.BgClassName
{
background-color: #C8B11B;
}
</style>
border-color css
<style>
span { border-color: #C8B11B; }
span { border-color: rgb(200,177,27); }
td.TdClassName
{
border-color: #C8B11B;
}
.TagClassName
{
border-color: #C8B11B;
}
</style>