Shades of Bird Flower #CBBB19
Tints of Bird Flower #CBBB19
RGB
CMYK
RGB Variations
Color information
#CBBB19 (or 0xCBBB19) is known color: Bird Flower. HEX triplet: CB, BB and 19. RGB value is (203,187,25). Sum of RGB (Red+Green+Blue) = 203+187+25=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 25 (10.16% from 255 or 6.02% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBBB19 is #3444E6. Grayscale: #ADADAD. Windows color (decimal): -3425511 or 1686475. OLE color: 1686475.
HSL color Cylindrical-coordinate representation of color #CBBB19: hue angle of 54.61º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBBB19 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 25 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.20 |
| HSL | 54.61º | 0.78% | 0.45% | - |
| HSV(B) | 54.61º | 0.88% | 0.8% | - |
| XYZ | 42.57 | 48.31 | 8 | - |
| YUV | 173.32 | 44.3 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 25 | 0 | 0.08 | 0.88 | 0.20 | 54.61 | 0.78 | 0.45 |
| Hex | CB | BB | 19 | 0 | 8 | 58 | 14 | 37 | 4E | 2D |
| Octal | 313 | 273 | 31 | 0 | 10 | 130 | 24 | 67 | 116 | 55 |
| Binary | 11001011 | 10111011 | 11001 | 0 | 1000 | 1011000 | 10100 | 110111 | 1001110 | 101101 |
Color Harmonies of #CBBB19
Complementary color
Monochromatic Colors of #CBBB19
Black with #CBBB19
Text Example
Text Example
White with #CBBB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBB19; }
p { color: rgb(203,187,25); }
H1.HeaderClassName
{
color: #CBBB19;
}
.AnyTagClassName
{
color: #CBBB19;
}
</style>
background-color css
<style>
a { background-color: #CBBB19; }
a { background-color: rgb(203,187,25); }
div.DivClassName
{
background-color: #CBBB19;
}
.BgClassName
{
background-color: #CBBB19;
}
</style>
border-color css
<style>
span { border-color: #CBBB19; }
span { border-color: rgb(203,187,25); }
td.TdClassName
{
border-color: #CBBB19;
}
.TagClassName
{
border-color: #CBBB19;
}
</style>