Shades of Bird Flower #CBBC0B
Tints of Bird Flower #CBBC0B
RGB
CMYK
RGB Variations
Color information
#CBBC0B (or 0xCBBC0B) is known color: Bird Flower. HEX triplet: CB, BC and 0B. RGB value is (203,188,11). Sum of RGB (Red+Green+Blue) = 203+188+11=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 11 (4.69% from 255 or 2.74% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBBC0B is #3443F4. Grayscale: #ADADAD. Windows color (decimal): -3425269 or 769227. OLE color: 769227.
HSL color Cylindrical-coordinate representation of color #CBBC0B: hue angle of 55.31º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBBC0B is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 11 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.20 |
| HSL | 55.31º | 0.9% | 0.42% | - |
| HSV(B) | 55.31º | 0.95% | 0.8% | - |
| XYZ | 42.67 | 48.69 | 7.47 | - |
| YUV | 172.31 | 36.97 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 11 | 0 | 0.07 | 0.95 | 0.20 | 55.31 | 0.9 | 0.42 |
| Hex | CB | BC | B | 0 | 7 | 5F | 14 | 37 | 5A | 2A |
| Octal | 313 | 274 | 13 | 0 | 7 | 137 | 24 | 67 | 132 | 52 |
| Binary | 11001011 | 10111100 | 1011 | 0 | 111 | 1011111 | 10100 | 110111 | 1011010 | 101010 |
Color Harmonies of #CBBC0B
Complementary color
Monochromatic Colors of #CBBC0B
Black with #CBBC0B
Text Example
Text Example
White with #CBBC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC0B; }
p { color: rgb(203,188,11); }
H1.HeaderClassName
{
color: #CBBC0B;
}
.AnyTagClassName
{
color: #CBBC0B;
}
</style>
background-color css
<style>
a { background-color: #CBBC0B; }
a { background-color: rgb(203,188,11); }
div.DivClassName
{
background-color: #CBBC0B;
}
.BgClassName
{
background-color: #CBBC0B;
}
</style>
border-color css
<style>
span { border-color: #CBBC0B; }
span { border-color: rgb(203,188,11); }
td.TdClassName
{
border-color: #CBBC0B;
}
.TagClassName
{
border-color: #CBBC0B;
}
</style>