Shades of Bird Flower #CBAB0C
Tints of Bird Flower #CBAB0C
RGB
CMYK
RGB Variations
Color information
#CBAB0C (or 0xCBAB0C) is known color: Bird Flower. HEX triplet: CB, AB and 0C. RGB value is (203,171,12). Sum of RGB (Red+Green+Blue) = 203+171+12=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAB0C is #3454F3. Grayscale: #A3A3A3. Windows color (decimal): -3429620 or 830411. OLE color: 830411.
HSL color Cylindrical-coordinate representation of color #CBAB0C: hue angle of 49.95º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBAB0C is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 12 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.20 |
| HSL | 49.95º | 0.89% | 0.42% | - |
| HSV(B) | 49.95º | 0.94% | 0.8% | - |
| XYZ | 39.26 | 41.85 | 6.36 | - |
| YUV | 162.44 | 43.1 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 12 | 0 | 0.16 | 0.94 | 0.20 | 49.95 | 0.89 | 0.42 |
| Hex | CB | AB | C | 0 | 10 | 5E | 14 | 32 | 59 | 2A |
| Octal | 313 | 253 | 14 | 0 | 20 | 136 | 24 | 62 | 131 | 52 |
| Binary | 11001011 | 10101011 | 1100 | 0 | 10000 | 1011110 | 10100 | 110010 | 1011001 | 101010 |
Color Harmonies of #CBAB0C
Complementary color
Monochromatic Colors of #CBAB0C
Black with #CBAB0C
Text Example
Text Example
White with #CBAB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB0C; }
p { color: rgb(203,171,12); }
H1.HeaderClassName
{
color: #CBAB0C;
}
.AnyTagClassName
{
color: #CBAB0C;
}
</style>
background-color css
<style>
a { background-color: #CBAB0C; }
a { background-color: rgb(203,171,12); }
div.DivClassName
{
background-color: #CBAB0C;
}
.BgClassName
{
background-color: #CBAB0C;
}
</style>
border-color css
<style>
span { border-color: #CBAB0C; }
span { border-color: rgb(203,171,12); }
td.TdClassName
{
border-color: #CBAB0C;
}
.TagClassName
{
border-color: #CBAB0C;
}
</style>