Shades of Bird Flower #CBAB09
Tints of Bird Flower #CBAB09
RGB
CMYK
RGB Variations
Color information
#CBAB09 (or 0xCBAB09) is known color: Bird Flower. HEX triplet: CB, AB and 09. RGB value is (203,171,9). Sum of RGB (Red+Green+Blue) = 203+171+9=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 9 (3.91% from 255 or 2.35% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAB09 is #3454F6. Grayscale: #A2A2A2. Windows color (decimal): -3429623 or 633803. OLE color: 633803.
HSL color Cylindrical-coordinate representation of color #CBAB09: hue angle of 50.1º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBAB09 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 9 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.20 |
| HSL | 50.1º | 0.92% | 0.42% | - |
| HSV(B) | 50.1º | 0.96% | 0.8% | - |
| XYZ | 39.24 | 41.84 | 6.27 | - |
| YUV | 162.1 | 41.6 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 9 | 0 | 0.16 | 0.96 | 0.20 | 50.1 | 0.92 | 0.42 |
| Hex | CB | AB | 9 | 0 | 10 | 60 | 14 | 32 | 5C | 2A |
| Octal | 313 | 253 | 11 | 0 | 20 | 140 | 24 | 62 | 134 | 52 |
| Binary | 11001011 | 10101011 | 1001 | 0 | 10000 | 1100000 | 10100 | 110010 | 1011100 | 101010 |
Color Harmonies of #CBAB09
Complementary color
Monochromatic Colors of #CBAB09
Black with #CBAB09
Text Example
Text Example
White with #CBAB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB09; }
p { color: rgb(203,171,9); }
H1.HeaderClassName
{
color: #CBAB09;
}
.AnyTagClassName
{
color: #CBAB09;
}
</style>
background-color css
<style>
a { background-color: #CBAB09; }
a { background-color: rgb(203,171,9); }
div.DivClassName
{
background-color: #CBAB09;
}
.BgClassName
{
background-color: #CBAB09;
}
</style>
border-color css
<style>
span { border-color: #CBAB09; }
span { border-color: rgb(203,171,9); }
td.TdClassName
{
border-color: #CBAB09;
}
.TagClassName
{
border-color: #CBAB09;
}
</style>