Shades of Bird Flower #C8B313
Tints of Bird Flower #C8B313
RGB
CMYK
RGB Variations
Color information
#C8B313 (or 0xC8B313) is known color: Bird Flower. HEX triplet: C8, B3 and 13. RGB value is (200,179,19). Sum of RGB (Red+Green+Blue) = 200+179+19=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B313 is #374CEC. Grayscale: #A7A7A7. Windows color (decimal): -3624173 or 1291208. OLE color: 1291208.
HSL color Cylindrical-coordinate representation of color #C8B313: hue angle of 53.04º degrees, saturation: 0.83, 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 #C8B313 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 179 | 19 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.22 |
| HSL | 53.04º | 0.83% | 0.43% | - |
| HSV(B) | 53.04º | 0.91% | 0.78% | - |
| XYZ | 40.06 | 44.57 | 7.11 | - |
| YUV | 167.04 | 44.46 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 19 | 0 | 0.10 | 0.90 | 0.22 | 53.04 | 0.83 | 0.43 |
| Hex | C8 | B3 | 13 | 0 | A | 5A | 16 | 35 | 53 | 2B |
| Octal | 310 | 263 | 23 | 0 | 12 | 132 | 26 | 65 | 123 | 53 |
| Binary | 11001000 | 10110011 | 10011 | 0 | 1010 | 1011010 | 10110 | 110101 | 1010011 | 101011 |
Color Harmonies of #C8B313
Complementary color
Monochromatic Colors of #C8B313
Black with #C8B313
Text Example
Text Example
White with #C8B313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B313; }
p { color: rgb(200,179,19); }
H1.HeaderClassName
{
color: #C8B313;
}
.AnyTagClassName
{
color: #C8B313;
}
</style>
background-color css
<style>
a { background-color: #C8B313; }
a { background-color: rgb(200,179,19); }
div.DivClassName
{
background-color: #C8B313;
}
.BgClassName
{
background-color: #C8B313;
}
</style>
border-color css
<style>
span { border-color: #C8B313; }
span { border-color: rgb(200,179,19); }
td.TdClassName
{
border-color: #C8B313;
}
.TagClassName
{
border-color: #C8B313;
}
</style>