Shades of Bird Flower #C8AF0B
Tints of Bird Flower #C8AF0B
RGB
CMYK
RGB Variations
Color information
#C8AF0B (or 0xC8AF0B) is known color: Bird Flower. HEX triplet: C8, AF and 0B. RGB value is (200,175,11). Sum of RGB (Red+Green+Blue) = 200+175+11=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 11 (4.69% from 255 or 2.85% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AF0B is #3750F4. Grayscale: #A4A4A4. Windows color (decimal): -3625205 or 765896. OLE color: 765896.
HSL color Cylindrical-coordinate representation of color #C8AF0B: hue angle of 52.06º 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 #C8AF0B is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 11 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.22 |
| HSL | 52.06º | 0.9% | 0.41% | - |
| HSV(B) | 52.06º | 0.95% | 0.78% | - |
| XYZ | 39.21 | 42.96 | 6.54 | - |
| YUV | 163.78 | 41.78 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 11 | 0 | 0.12 | 0.94 | 0.22 | 52.06 | 0.9 | 0.41 |
| Hex | C8 | AF | B | 0 | C | 5E | 16 | 34 | 5A | 29 |
| Octal | 310 | 257 | 13 | 0 | 14 | 136 | 26 | 64 | 132 | 51 |
| Binary | 11001000 | 10101111 | 1011 | 0 | 1100 | 1011110 | 10110 | 110100 | 1011010 | 101001 |
Color Harmonies of #C8AF0B
Complementary color
Monochromatic Colors of #C8AF0B
Black with #C8AF0B
Text Example
Text Example
White with #C8AF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF0B; }
p { color: rgb(200,175,11); }
H1.HeaderClassName
{
color: #C8AF0B;
}
.AnyTagClassName
{
color: #C8AF0B;
}
</style>
background-color css
<style>
a { background-color: #C8AF0B; }
a { background-color: rgb(200,175,11); }
div.DivClassName
{
background-color: #C8AF0B;
}
.BgClassName
{
background-color: #C8AF0B;
}
</style>
border-color css
<style>
span { border-color: #C8AF0B; }
span { border-color: rgb(200,175,11); }
td.TdClassName
{
border-color: #C8AF0B;
}
.TagClassName
{
border-color: #C8AF0B;
}
</style>