Shades of Bird Flower #C8B305
Tints of Bird Flower #C8B305
RGB
CMYK
RGB Variations
Color information
#C8B305 (or 0xC8B305) is known color: Bird Flower. HEX triplet: C8, B3 and 05. RGB value is (200,179,5). Sum of RGB (Red+Green+Blue) = 200+179+5=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B305 is #374CFA. Grayscale: #A6A6A6. Windows color (decimal): -3624187 or 373704. OLE color: 373704.
HSL color Cylindrical-coordinate representation of color #C8B305: hue angle of 53.54º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8B305 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 179 | 5 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.22 |
| HSL | 53.54º | 0.95% | 0.4% | - |
| HSV(B) | 53.54º | 0.98% | 0.78% | - |
| XYZ | 39.97 | 44.53 | 6.63 | - |
| YUV | 165.44 | 37.46 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 5 | 0 | 0.10 | 0.98 | 0.22 | 53.54 | 0.95 | 0.4 |
| Hex | C8 | B3 | 5 | 0 | A | 62 | 16 | 36 | 5F | 28 |
| Octal | 310 | 263 | 5 | 0 | 12 | 142 | 26 | 66 | 137 | 50 |
| Binary | 11001000 | 10110011 | 101 | 0 | 1010 | 1100010 | 10110 | 110110 | 1011111 | 101000 |
Color Harmonies of #C8B305
Complementary color
Monochromatic Colors of #C8B305
Black with #C8B305
Text Example
Text Example
White with #C8B305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B305; }
p { color: rgb(200,179,5); }
H1.HeaderClassName
{
color: #C8B305;
}
.AnyTagClassName
{
color: #C8B305;
}
</style>
background-color css
<style>
a { background-color: #C8B305; }
a { background-color: rgb(200,179,5); }
div.DivClassName
{
background-color: #C8B305;
}
.BgClassName
{
background-color: #C8B305;
}
</style>
border-color css
<style>
span { border-color: #C8B305; }
span { border-color: rgb(200,179,5); }
td.TdClassName
{
border-color: #C8B305;
}
.TagClassName
{
border-color: #C8B305;
}
</style>