Shades of Bird Flower #C8C711
Tints of Bird Flower #C8C711
RGB
CMYK
RGB Variations
Color information
#C8C711 (or 0xC8C711) is known color: Bird Flower. HEX triplet: C8, C7 and 11. RGB value is (200,199,17). Sum of RGB (Red+Green+Blue) = 200+199+17=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C711 is #3738EE. Grayscale: #B3B3B3. Windows color (decimal): -3619055 or 1165256. OLE color: 1165256.
HSL color Cylindrical-coordinate representation of color #C8C711: hue angle of 59.67º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8C711 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 199 | 17 | - |
| CMYK | 0 | 0.00 | 0.92 | 0.22 |
| HSL | 59.67º | 0.84% | 0.43% | - |
| HSV(B) | 59.67º | 0.92% | 0.78% | - |
| XYZ | 44.34 | 53.17 | 8.46 | - |
| YUV | 178.55 | 36.83 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 199 | 17 | 0 | 0.00 | 0.92 | 0.22 | 59.67 | 0.84 | 0.43 |
| Hex | C8 | C7 | 11 | 0 | 0 | 5C | 16 | 3C | 54 | 2B |
| Octal | 310 | 307 | 21 | 0 | 0 | 134 | 26 | 74 | 124 | 53 |
| Binary | 11001000 | 11000111 | 10001 | 0 | 0 | 1011100 | 10110 | 111100 | 1010100 | 101011 |
Color Harmonies of #C8C711
Complementary color
Monochromatic Colors of #C8C711
Black with #C8C711
Text Example
Text Example
White with #C8C711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C711; }
p { color: rgb(200,199,17); }
H1.HeaderClassName
{
color: #C8C711;
}
.AnyTagClassName
{
color: #C8C711;
}
</style>
background-color css
<style>
a { background-color: #C8C711; }
a { background-color: rgb(200,199,17); }
div.DivClassName
{
background-color: #C8C711;
}
.BgClassName
{
background-color: #C8C711;
}
</style>
border-color css
<style>
span { border-color: #C8C711; }
span { border-color: rgb(200,199,17); }
td.TdClassName
{
border-color: #C8C711;
}
.TagClassName
{
border-color: #C8C711;
}
</style>