Shades of Bird Flower #C8AF10
Tints of Bird Flower #C8AF10
RGB
CMYK
RGB Variations
Color information
#C8AF10 (or 0xC8AF10) is known color: Bird Flower. HEX triplet: C8, AF and 10. RGB value is (200,175,16). Sum of RGB (Red+Green+Blue) = 200+175+16=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 16 (6.64% from 255 or 4.09% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AF10 is #3750EF. Grayscale: #A5A5A5. Windows color (decimal): -3625200 or 1093576. OLE color: 1093576.
HSL color Cylindrical-coordinate representation of color #C8AF10: hue angle of 51.85º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8AF10 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 16 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.22 |
| HSL | 51.85º | 0.85% | 0.42% | - |
| HSV(B) | 51.85º | 0.92% | 0.78% | - |
| XYZ | 39.24 | 42.98 | 6.72 | - |
| YUV | 164.35 | 44.28 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 16 | 0 | 0.12 | 0.92 | 0.22 | 51.85 | 0.85 | 0.42 |
| Hex | C8 | AF | 10 | 0 | C | 5C | 16 | 34 | 55 | 2A |
| Octal | 310 | 257 | 20 | 0 | 14 | 134 | 26 | 64 | 125 | 52 |
| Binary | 11001000 | 10101111 | 10000 | 0 | 1100 | 1011100 | 10110 | 110100 | 1010101 | 101010 |
Color Harmonies of #C8AF10
Complementary color
Monochromatic Colors of #C8AF10
Black with #C8AF10
Text Example
Text Example
White with #C8AF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF10; }
p { color: rgb(200,175,16); }
H1.HeaderClassName
{
color: #C8AF10;
}
.AnyTagClassName
{
color: #C8AF10;
}
</style>
background-color css
<style>
a { background-color: #C8AF10; }
a { background-color: rgb(200,175,16); }
div.DivClassName
{
background-color: #C8AF10;
}
.BgClassName
{
background-color: #C8AF10;
}
</style>
border-color css
<style>
span { border-color: #C8AF10; }
span { border-color: rgb(200,175,16); }
td.TdClassName
{
border-color: #C8AF10;
}
.TagClassName
{
border-color: #C8AF10;
}
</style>