Shades of Bird Flower #C8B117
Tints of Bird Flower #C8B117
RGB
CMYK
RGB Variations
Color information
#C8B117 (or 0xC8B117) is known color: Bird Flower. HEX triplet: C8, B1 and 17. RGB value is (200,177,23). Sum of RGB (Red+Green+Blue) = 200+177+23=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 23 (9.38% from 255 or 5.75% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8B117 is #374EE8. Grayscale: #A6A6A6. Windows color (decimal): -3624681 or 1552840. OLE color: 1552840.
HSL color Cylindrical-coordinate representation of color #C8B117: hue angle of 52.2º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8B117 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 177 | 23 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.22 |
| HSL | 52.2º | 0.79% | 0.44% | - |
| HSV(B) | 52.2º | 0.89% | 0.78% | - |
| XYZ | 39.7 | 43.79 | 7.17 | - |
| YUV | 166.32 | 47.12 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 177 | 23 | 0 | 0.12 | 0.88 | 0.22 | 52.2 | 0.79 | 0.44 |
| Hex | C8 | B1 | 17 | 0 | C | 58 | 16 | 34 | 4F | 2C |
| Octal | 310 | 261 | 27 | 0 | 14 | 130 | 26 | 64 | 117 | 54 |
| Binary | 11001000 | 10110001 | 10111 | 0 | 1100 | 1011000 | 10110 | 110100 | 1001111 | 101100 |
Color Harmonies of #C8B117
Complementary color
Monochromatic Colors of #C8B117
Black with #C8B117
Text Example
Text Example
White with #C8B117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B117; }
p { color: rgb(200,177,23); }
H1.HeaderClassName
{
color: #C8B117;
}
.AnyTagClassName
{
color: #C8B117;
}
</style>
background-color css
<style>
a { background-color: #C8B117; }
a { background-color: rgb(200,177,23); }
div.DivClassName
{
background-color: #C8B117;
}
.BgClassName
{
background-color: #C8B117;
}
</style>
border-color css
<style>
span { border-color: #C8B117; }
span { border-color: rgb(200,177,23); }
td.TdClassName
{
border-color: #C8B117;
}
.TagClassName
{
border-color: #C8B117;
}
</style>