Shades of Bird Flower #C8AC07
Tints of Bird Flower #C8AC07
RGB
CMYK
RGB Variations
Color information
#C8AC07 (or 0xC8AC07) is known color: Bird Flower. HEX triplet: C8, AC and 07. RGB value is (200,172,7). Sum of RGB (Red+Green+Blue) = 200+172+7=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AC07 is #3753F8. Grayscale: #A2A2A2. Windows color (decimal): -3625977 or 502984. OLE color: 502984.
HSL color Cylindrical-coordinate representation of color #C8AC07: hue angle of 51.3º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8AC07 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 172 | 7 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.22 |
| HSL | 51.3º | 0.93% | 0.41% | - |
| HSV(B) | 51.3º | 0.97% | 0.78% | - |
| XYZ | 38.61 | 41.8 | 6.23 | - |
| YUV | 161.56 | 40.78 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 7 | 0 | 0.14 | 0.96 | 0.22 | 51.3 | 0.93 | 0.41 |
| Hex | C8 | AC | 7 | 0 | E | 60 | 16 | 33 | 5D | 29 |
| Octal | 310 | 254 | 7 | 0 | 16 | 140 | 26 | 63 | 135 | 51 |
| Binary | 11001000 | 10101100 | 111 | 0 | 1110 | 1100000 | 10110 | 110011 | 1011101 | 101001 |
Color Harmonies of #C8AC07
Complementary color
Monochromatic Colors of #C8AC07
Black with #C8AC07
Text Example
Text Example
White with #C8AC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AC07; }
p { color: rgb(200,172,7); }
H1.HeaderClassName
{
color: #C8AC07;
}
.AnyTagClassName
{
color: #C8AC07;
}
</style>
background-color css
<style>
a { background-color: #C8AC07; }
a { background-color: rgb(200,172,7); }
div.DivClassName
{
background-color: #C8AC07;
}
.BgClassName
{
background-color: #C8AC07;
}
</style>
border-color css
<style>
span { border-color: #C8AC07; }
span { border-color: rgb(200,172,7); }
td.TdClassName
{
border-color: #C8AC07;
}
.TagClassName
{
border-color: #C8AC07;
}
</style>