Shades of Bird Flower #CBB006
Tints of Bird Flower #CBB006
RGB
CMYK
RGB Variations
Color information
#CBB006 (or 0xCBB006) is known color: Bird Flower. HEX triplet: CB, B0 and 06. RGB value is (203,176,6). Sum of RGB (Red+Green+Blue) = 203+176+6=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 6 (2.73% from 255 or 1.56% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB006 is #344FF9. Grayscale: #A5A5A5. Windows color (decimal): -3428346 or 438475. OLE color: 438475.
HSL color Cylindrical-coordinate representation of color #CBB006: hue angle of 51.78º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBB006 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 6 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.20 |
| HSL | 51.78º | 0.94% | 0.41% | - |
| HSV(B) | 51.78º | 0.97% | 0.8% | - |
| XYZ | 40.19 | 43.76 | 6.5 | - |
| YUV | 164.69 | 38.45 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 6 | 0 | 0.13 | 0.97 | 0.20 | 51.78 | 0.94 | 0.41 |
| Hex | CB | B0 | 6 | 0 | D | 61 | 14 | 34 | 5E | 29 |
| Octal | 313 | 260 | 6 | 0 | 15 | 141 | 24 | 64 | 136 | 51 |
| Binary | 11001011 | 10110000 | 110 | 0 | 1101 | 1100001 | 10100 | 110100 | 1011110 | 101001 |
Color Harmonies of #CBB006
Complementary color
Monochromatic Colors of #CBB006
Black with #CBB006
Text Example
Text Example
White with #CBB006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB006; }
p { color: rgb(203,176,6); }
H1.HeaderClassName
{
color: #CBB006;
}
.AnyTagClassName
{
color: #CBB006;
}
</style>
background-color css
<style>
a { background-color: #CBB006; }
a { background-color: rgb(203,176,6); }
div.DivClassName
{
background-color: #CBB006;
}
.BgClassName
{
background-color: #CBB006;
}
</style>
border-color css
<style>
span { border-color: #CBB006; }
span { border-color: rgb(203,176,6); }
td.TdClassName
{
border-color: #CBB006;
}
.TagClassName
{
border-color: #CBB006;
}
</style>