Shades of Bird Flower #CBBC0C
Tints of Bird Flower #CBBC0C
RGB
CMYK
RGB Variations
Color information
#CBBC0C (or 0xCBBC0C) is known color: Bird Flower. HEX triplet: CB, BC and 0C. RGB value is (203,188,12). Sum of RGB (Red+Green+Blue) = 203+188+12=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBBC0C is #3443F3. Grayscale: #ADADAD. Windows color (decimal): -3425268 or 834763. OLE color: 834763.
HSL color Cylindrical-coordinate representation of color #CBBC0C: hue angle of 55.29º 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 #CBBC0C is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 12 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.20 |
| HSL | 55.29º | 0.89% | 0.42% | - |
| HSV(B) | 55.29º | 0.94% | 0.8% | - |
| XYZ | 42.68 | 48.69 | 7.5 | - |
| YUV | 172.42 | 37.47 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 12 | 0 | 0.07 | 0.94 | 0.20 | 55.29 | 0.89 | 0.42 |
| Hex | CB | BC | C | 0 | 7 | 5E | 14 | 37 | 59 | 2A |
| Octal | 313 | 274 | 14 | 0 | 7 | 136 | 24 | 67 | 131 | 52 |
| Binary | 11001011 | 10111100 | 1100 | 0 | 111 | 1011110 | 10100 | 110111 | 1011001 | 101010 |
Color Harmonies of #CBBC0C
Complementary color
Monochromatic Colors of #CBBC0C
Black with #CBBC0C
Text Example
Text Example
White with #CBBC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC0C; }
p { color: rgb(203,188,12); }
H1.HeaderClassName
{
color: #CBBC0C;
}
.AnyTagClassName
{
color: #CBBC0C;
}
</style>
background-color css
<style>
a { background-color: #CBBC0C; }
a { background-color: rgb(203,188,12); }
div.DivClassName
{
background-color: #CBBC0C;
}
.BgClassName
{
background-color: #CBBC0C;
}
</style>
border-color css
<style>
span { border-color: #CBBC0C; }
span { border-color: rgb(203,188,12); }
td.TdClassName
{
border-color: #CBBC0C;
}
.TagClassName
{
border-color: #CBBC0C;
}
</style>