Shades of Bird Flower #CBBB04
Tints of Bird Flower #CBBB04
RGB
CMYK
RGB Variations
Color information
#CBBB04 (or 0xCBBB04) is known color: Bird Flower. HEX triplet: CB, BB and 04. RGB value is (203,187,4). Sum of RGB (Red+Green+Blue) = 203+187+4=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 4 (1.95% from 255 or 1.02% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBBB04 is #3444FB. Grayscale: #ABABAB. Windows color (decimal): -3425532 or 310219. OLE color: 310219.
HSL color Cylindrical-coordinate representation of color #CBBB04: hue angle of 55.18º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBBB04 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 4 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.20 |
| HSL | 55.18º | 0.96% | 0.41% | - |
| HSV(B) | 55.18º | 0.98% | 0.8% | - |
| XYZ | 42.42 | 48.25 | 7.19 | - |
| YUV | 170.92 | 33.8 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 4 | 0 | 0.08 | 0.98 | 0.20 | 55.18 | 0.96 | 0.41 |
| Hex | CB | BB | 4 | 0 | 8 | 62 | 14 | 37 | 60 | 29 |
| Octal | 313 | 273 | 4 | 0 | 10 | 142 | 24 | 67 | 140 | 51 |
| Binary | 11001011 | 10111011 | 100 | 0 | 1000 | 1100010 | 10100 | 110111 | 1100000 | 101001 |
Color Harmonies of #CBBB04
Complementary color
Monochromatic Colors of #CBBB04
Black with #CBBB04
Text Example
Text Example
White with #CBBB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBB04; }
p { color: rgb(203,187,4); }
H1.HeaderClassName
{
color: #CBBB04;
}
.AnyTagClassName
{
color: #CBBB04;
}
</style>
background-color css
<style>
a { background-color: #CBBB04; }
a { background-color: rgb(203,187,4); }
div.DivClassName
{
background-color: #CBBB04;
}
.BgClassName
{
background-color: #CBBB04;
}
</style>
border-color css
<style>
span { border-color: #CBBB04; }
span { border-color: rgb(203,187,4); }
td.TdClassName
{
border-color: #CBBB04;
}
.TagClassName
{
border-color: #CBBB04;
}
</style>