Shades of Bird Flower #C8B10A
Tints of Bird Flower #C8B10A
RGB
CMYK
RGB Variations
Color information
#C8B10A (or 0xC8B10A) is known color: Bird Flower. HEX triplet: C8, B1 and 0A. RGB value is (200,177,10). Sum of RGB (Red+Green+Blue) = 200+177+10=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 10 (4.30% from 255 or 2.58% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B10A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8B10A is #374EF5. Grayscale: #A5A5A5. Windows color (decimal): -3624694 or 700872. OLE color: 700872.
HSL color Cylindrical-coordinate representation of color #C8B10A: hue angle of 52.74º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8B10A is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 177 | 10 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.22 |
| HSL | 52.74º | 0.9% | 0.41% | - |
| HSV(B) | 52.74º | 0.95% | 0.78% | - |
| XYZ | 39.6 | 43.75 | 6.64 | - |
| YUV | 164.84 | 40.62 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 177 | 10 | 0 | 0.12 | 0.95 | 0.22 | 52.74 | 0.9 | 0.41 |
| Hex | C8 | B1 | A | 0 | C | 5F | 16 | 35 | 5A | 29 |
| Octal | 310 | 261 | 12 | 0 | 14 | 137 | 26 | 65 | 132 | 51 |
| Binary | 11001000 | 10110001 | 1010 | 0 | 1100 | 1011111 | 10110 | 110101 | 1011010 | 101001 |
Color Harmonies of #C8B10A
Complementary color
Monochromatic Colors of #C8B10A
Black with #C8B10A
Text Example
Text Example
White with #C8B10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B10A; }
p { color: rgb(200,177,10); }
H1.HeaderClassName
{
color: #C8B10A;
}
.AnyTagClassName
{
color: #C8B10A;
}
</style>
background-color css
<style>
a { background-color: #C8B10A; }
a { background-color: rgb(200,177,10); }
div.DivClassName
{
background-color: #C8B10A;
}
.BgClassName
{
background-color: #C8B10A;
}
</style>
border-color css
<style>
span { border-color: #C8B10A; }
span { border-color: rgb(200,177,10); }
td.TdClassName
{
border-color: #C8B10A;
}
.TagClassName
{
border-color: #C8B10A;
}
</style>