Shades of Bird Flower #C8AF04
Tints of Bird Flower #C8AF04
RGB
CMYK
RGB Variations
Color information
#C8AF04 (or 0xC8AF04) is known color: Bird Flower. HEX triplet: C8, AF and 04. RGB value is (200,175,4). Sum of RGB (Red+Green+Blue) = 200+175+4=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 4 (1.95% from 255 or 1.06% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AF04 is #3750FB. Grayscale: #A3A3A3. Windows color (decimal): -3625212 or 307144. OLE color: 307144.
HSL color Cylindrical-coordinate representation of color #C8AF04: hue angle of 52.35º degrees, saturation: 0.96, 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 #C8AF04 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 4 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.22 |
| HSL | 52.35º | 0.96% | 0.4% | - |
| HSV(B) | 52.35º | 0.98% | 0.78% | - |
| XYZ | 39.17 | 42.95 | 6.34 | - |
| YUV | 162.98 | 38.28 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 4 | 0 | 0.12 | 0.98 | 0.22 | 52.35 | 0.96 | 0.4 |
| Hex | C8 | AF | 4 | 0 | C | 62 | 16 | 34 | 60 | 28 |
| Octal | 310 | 257 | 4 | 0 | 14 | 142 | 26 | 64 | 140 | 50 |
| Binary | 11001000 | 10101111 | 100 | 0 | 1100 | 1100010 | 10110 | 110100 | 1100000 | 101000 |
Color Harmonies of #C8AF04
Complementary color
Monochromatic Colors of #C8AF04
Black with #C8AF04
Text Example
Text Example
White with #C8AF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF04; }
p { color: rgb(200,175,4); }
H1.HeaderClassName
{
color: #C8AF04;
}
.AnyTagClassName
{
color: #C8AF04;
}
</style>
background-color css
<style>
a { background-color: #C8AF04; }
a { background-color: rgb(200,175,4); }
div.DivClassName
{
background-color: #C8AF04;
}
.BgClassName
{
background-color: #C8AF04;
}
</style>
border-color css
<style>
span { border-color: #C8AF04; }
span { border-color: rgb(200,175,4); }
td.TdClassName
{
border-color: #C8AF04;
}
.TagClassName
{
border-color: #C8AF04;
}
</style>