Shades of Bird Flower #C8AB05
Tints of Bird Flower #C8AB05
RGB
CMYK
RGB Variations
Color information
#C8AB05 (or 0xC8AB05) is known color: Bird Flower. HEX triplet: C8, AB and 05. RGB value is (200,171,5). Sum of RGB (Red+Green+Blue) = 200+171+5=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 5 (2.34% from 255 or 1.33% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AB05 is #3754FA. Grayscale: #A1A1A1. Windows color (decimal): -3626235 or 371656. OLE color: 371656.
HSL color Cylindrical-coordinate representation of color #C8AB05: hue angle of 51.08º degrees, saturation: 0.95, 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 #C8AB05 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 5 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.22 |
| HSL | 51.08º | 0.95% | 0.4% | - |
| HSV(B) | 51.08º | 0.98% | 0.78% | - |
| XYZ | 38.41 | 41.42 | 6.11 | - |
| YUV | 160.75 | 40.11 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 5 | 0 | 0.14 | 0.98 | 0.22 | 51.08 | 0.95 | 0.4 |
| Hex | C8 | AB | 5 | 0 | E | 62 | 16 | 33 | 5F | 28 |
| Octal | 310 | 253 | 5 | 0 | 16 | 142 | 26 | 63 | 137 | 50 |
| Binary | 11001000 | 10101011 | 101 | 0 | 1110 | 1100010 | 10110 | 110011 | 1011111 | 101000 |
Color Harmonies of #C8AB05
Complementary color
Monochromatic Colors of #C8AB05
Black with #C8AB05
Text Example
Text Example
White with #C8AB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB05; }
p { color: rgb(200,171,5); }
H1.HeaderClassName
{
color: #C8AB05;
}
.AnyTagClassName
{
color: #C8AB05;
}
</style>
background-color css
<style>
a { background-color: #C8AB05; }
a { background-color: rgb(200,171,5); }
div.DivClassName
{
background-color: #C8AB05;
}
.BgClassName
{
background-color: #C8AB05;
}
</style>
border-color css
<style>
span { border-color: #C8AB05; }
span { border-color: rgb(200,171,5); }
td.TdClassName
{
border-color: #C8AB05;
}
.TagClassName
{
border-color: #C8AB05;
}
</style>