Shades of Bird Flower #CBBE0C
Tints of Bird Flower #CBBE0C
RGB
CMYK
RGB Variations
Color information
#CBBE0C (or 0xCBBE0C) is known color: Bird Flower. HEX triplet: CB, BE and 0C. RGB value is (203,190,12). Sum of RGB (Red+Green+Blue) = 203+190+12=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBBE0C is #3441F3. Grayscale: #AEAEAE. Windows color (decimal): -3424756 or 835275. OLE color: 835275.
HSL color Cylindrical-coordinate representation of color #CBBE0C: hue angle of 55.92º 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 #CBBE0C is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 190 | 12 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.20 |
| HSL | 55.92º | 0.89% | 0.42% | - |
| HSV(B) | 55.92º | 0.94% | 0.8% | - |
| XYZ | 43.11 | 49.55 | 7.64 | - |
| YUV | 173.6 | 36.81 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 12 | 0 | 0.06 | 0.94 | 0.20 | 55.92 | 0.89 | 0.42 |
| Hex | CB | BE | C | 0 | 6 | 5E | 14 | 38 | 59 | 2A |
| Octal | 313 | 276 | 14 | 0 | 6 | 136 | 24 | 70 | 131 | 52 |
| Binary | 11001011 | 10111110 | 1100 | 0 | 110 | 1011110 | 10100 | 111000 | 1011001 | 101010 |
Color Harmonies of #CBBE0C
Complementary color
Monochromatic Colors of #CBBE0C
Black with #CBBE0C
Text Example
Text Example
White with #CBBE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBE0C; }
p { color: rgb(203,190,12); }
H1.HeaderClassName
{
color: #CBBE0C;
}
.AnyTagClassName
{
color: #CBBE0C;
}
</style>
background-color css
<style>
a { background-color: #CBBE0C; }
a { background-color: rgb(203,190,12); }
div.DivClassName
{
background-color: #CBBE0C;
}
.BgClassName
{
background-color: #CBBE0C;
}
</style>
border-color css
<style>
span { border-color: #CBBE0C; }
span { border-color: rgb(203,190,12); }
td.TdClassName
{
border-color: #CBBE0C;
}
.TagClassName
{
border-color: #CBBE0C;
}
</style>