Shades of Bird Flower #C8AE0B
Tints of Bird Flower #C8AE0B
RGB
CMYK
RGB Variations
Color information
#C8AE0B (or 0xC8AE0B) is known color: Bird Flower. HEX triplet: C8, AE and 0B. RGB value is (200,174,11). Sum of RGB (Red+Green+Blue) = 200+174+11=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AE0B is #3751F4. Grayscale: #A3A3A3. Windows color (decimal): -3625461 or 765640. OLE color: 765640.
HSL color Cylindrical-coordinate representation of color #C8AE0B: hue angle of 51.75º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8AE0B is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 174 | 11 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.22 |
| HSL | 51.75º | 0.9% | 0.41% | - |
| HSV(B) | 51.75º | 0.95% | 0.78% | - |
| XYZ | 39.02 | 42.58 | 6.48 | - |
| YUV | 163.19 | 42.11 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 11 | 0 | 0.13 | 0.94 | 0.22 | 51.75 | 0.9 | 0.41 |
| Hex | C8 | AE | B | 0 | D | 5E | 16 | 34 | 5A | 29 |
| Octal | 310 | 256 | 13 | 0 | 15 | 136 | 26 | 64 | 132 | 51 |
| Binary | 11001000 | 10101110 | 1011 | 0 | 1101 | 1011110 | 10110 | 110100 | 1011010 | 101001 |
Color Harmonies of #C8AE0B
Complementary color
Monochromatic Colors of #C8AE0B
Black with #C8AE0B
Text Example
Text Example
White with #C8AE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AE0B; }
p { color: rgb(200,174,11); }
H1.HeaderClassName
{
color: #C8AE0B;
}
.AnyTagClassName
{
color: #C8AE0B;
}
</style>
background-color css
<style>
a { background-color: #C8AE0B; }
a { background-color: rgb(200,174,11); }
div.DivClassName
{
background-color: #C8AE0B;
}
.BgClassName
{
background-color: #C8AE0B;
}
</style>
border-color css
<style>
span { border-color: #C8AE0B; }
span { border-color: rgb(200,174,11); }
td.TdClassName
{
border-color: #C8AE0B;
}
.TagClassName
{
border-color: #C8AE0B;
}
</style>