Shades of Bird Flower #C8AC0B
Tints of Bird Flower #C8AC0B
RGB
CMYK
RGB Variations
Color information
#C8AC0B (or 0xC8AC0B) is known color: Bird Flower. HEX triplet: C8, AC and 0B. RGB value is (200,172,11). Sum of RGB (Red+Green+Blue) = 200+172+11=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AC0B is #3753F4. Grayscale: #A2A2A2. Windows color (decimal): -3625973 or 765128. OLE color: 765128.
HSL color Cylindrical-coordinate representation of color #C8AC0B: hue angle of 51.11º 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 #C8AC0B is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 172 | 11 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.22 |
| HSL | 51.11º | 0.9% | 0.41% | - |
| HSV(B) | 51.11º | 0.95% | 0.78% | - |
| XYZ | 38.63 | 41.81 | 6.35 | - |
| YUV | 162.02 | 42.78 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 11 | 0 | 0.14 | 0.94 | 0.22 | 51.11 | 0.9 | 0.41 |
| Hex | C8 | AC | B | 0 | E | 5E | 16 | 33 | 5A | 29 |
| Octal | 310 | 254 | 13 | 0 | 16 | 136 | 26 | 63 | 132 | 51 |
| Binary | 11001000 | 10101100 | 1011 | 0 | 1110 | 1011110 | 10110 | 110011 | 1011010 | 101001 |
Color Harmonies of #C8AC0B
Complementary color
Monochromatic Colors of #C8AC0B
Black with #C8AC0B
Text Example
Text Example
White with #C8AC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AC0B; }
p { color: rgb(200,172,11); }
H1.HeaderClassName
{
color: #C8AC0B;
}
.AnyTagClassName
{
color: #C8AC0B;
}
</style>
background-color css
<style>
a { background-color: #C8AC0B; }
a { background-color: rgb(200,172,11); }
div.DivClassName
{
background-color: #C8AC0B;
}
.BgClassName
{
background-color: #C8AC0B;
}
</style>
border-color css
<style>
span { border-color: #C8AC0B; }
span { border-color: rgb(200,172,11); }
td.TdClassName
{
border-color: #C8AC0B;
}
.TagClassName
{
border-color: #C8AC0B;
}
</style>