Shades of Bird Flower #C8BF13
Tints of Bird Flower #C8BF13
RGB
CMYK
RGB Variations
Color information
#C8BF13 (or 0xC8BF13) is known color: Bird Flower. HEX triplet: C8, BF and 13. RGB value is (200,191,19). Sum of RGB (Red+Green+Blue) = 200+191+19=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 19 (7.81% from 255 or 4.63% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BF13 is #3740EC. Grayscale: #AEAEAE. Windows color (decimal): -3621101 or 1294280. OLE color: 1294280.
HSL color Cylindrical-coordinate representation of color #C8BF13: hue angle of 57.02º 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 #C8BF13 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 19 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.22 |
| HSL | 57.02º | 0.83% | 0.43% | - |
| HSV(B) | 57.02º | 0.91% | 0.78% | - |
| XYZ | 42.57 | 49.59 | 7.94 | - |
| YUV | 174.08 | 40.48 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 19 | 0 | 0.04 | 0.90 | 0.22 | 57.02 | 0.83 | 0.43 |
| Hex | C8 | BF | 13 | 0 | 4 | 5A | 16 | 39 | 53 | 2B |
| Octal | 310 | 277 | 23 | 0 | 4 | 132 | 26 | 71 | 123 | 53 |
| Binary | 11001000 | 10111111 | 10011 | 0 | 100 | 1011010 | 10110 | 111001 | 1010011 | 101011 |
Color Harmonies of #C8BF13
Complementary color
Monochromatic Colors of #C8BF13
Black with #C8BF13
Text Example
Text Example
White with #C8BF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF13; }
p { color: rgb(200,191,19); }
H1.HeaderClassName
{
color: #C8BF13;
}
.AnyTagClassName
{
color: #C8BF13;
}
</style>
background-color css
<style>
a { background-color: #C8BF13; }
a { background-color: rgb(200,191,19); }
div.DivClassName
{
background-color: #C8BF13;
}
.BgClassName
{
background-color: #C8BF13;
}
</style>
border-color css
<style>
span { border-color: #C8BF13; }
span { border-color: rgb(200,191,19); }
td.TdClassName
{
border-color: #C8BF13;
}
.TagClassName
{
border-color: #C8BF13;
}
</style>