Shades of Bird Flower #C8B014
Tints of Bird Flower #C8B014
RGB
CMYK
RGB Variations
Color information
#C8B014 (or 0xC8B014) is known color: Bird Flower. HEX triplet: C8, B0 and 14. RGB value is (200,176,20). Sum of RGB (Red+Green+Blue) = 200+176+20=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8B014 is #374FEB. Grayscale: #A6A6A6. Windows color (decimal): -3624940 or 1355976. OLE color: 1355976.
HSL color Cylindrical-coordinate representation of color #C8B014: hue angle of 52º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8B014 is Cyan = 0, Magento = 0.12, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 176 | 20 | - |
| CMYK | 0 | 0.12 | 0.9 | 0.22 |
| HSL | 52º | 0.82% | 0.43% | - |
| HSV(B) | 52º | 0.9% | 0.78% | - |
| XYZ | 39.47 | 43.38 | 6.95 | - |
| YUV | 165.39 | 45.95 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 20 | 0 | 0.12 | 0.9 | 0.22 | 52 | 0.82 | 0.43 |
| Hex | C8 | B0 | 14 | 0 | C | 5A | 16 | 34 | 52 | 2B |
| Octal | 310 | 260 | 24 | 0 | 14 | 132 | 26 | 64 | 122 | 53 |
| Binary | 11001000 | 10110000 | 10100 | 0 | 1100 | 1011010 | 10110 | 110100 | 1010010 | 101011 |
Color Harmonies of #C8B014
Complementary color
Monochromatic Colors of #C8B014
Black with #C8B014
Text Example
Text Example
White with #C8B014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B014; }
p { color: rgb(200,176,20); }
H1.HeaderClassName
{
color: #C8B014;
}
.AnyTagClassName
{
color: #C8B014;
}
</style>
background-color css
<style>
a { background-color: #C8B014; }
a { background-color: rgb(200,176,20); }
div.DivClassName
{
background-color: #C8B014;
}
.BgClassName
{
background-color: #C8B014;
}
</style>
border-color css
<style>
span { border-color: #C8B014; }
span { border-color: rgb(200,176,20); }
td.TdClassName
{
border-color: #C8B014;
}
.TagClassName
{
border-color: #C8B014;
}
</style>