Shades of Bird Flower #CBB20C
Tints of Bird Flower #CBB20C
RGB
CMYK
RGB Variations
Color information
#CBB20C (or 0xCBB20C) is known color: Bird Flower. HEX triplet: CB, B2 and 0C. RGB value is (203,178,12). Sum of RGB (Red+Green+Blue) = 203+178+12=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB20C is #344DF3. Grayscale: #A7A7A7. Windows color (decimal): -3427828 or 832203. OLE color: 832203.
HSL color Cylindrical-coordinate representation of color #CBB20C: hue angle of 52.15º 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 #CBB20C is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 12 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.20 |
| HSL | 52.15º | 0.89% | 0.42% | - |
| HSV(B) | 52.15º | 0.94% | 0.8% | - |
| XYZ | 40.62 | 44.56 | 6.81 | - |
| YUV | 166.55 | 40.78 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 12 | 0 | 0.12 | 0.94 | 0.20 | 52.15 | 0.89 | 0.42 |
| Hex | CB | B2 | C | 0 | C | 5E | 14 | 34 | 59 | 2A |
| Octal | 313 | 262 | 14 | 0 | 14 | 136 | 24 | 64 | 131 | 52 |
| Binary | 11001011 | 10110010 | 1100 | 0 | 1100 | 1011110 | 10100 | 110100 | 1011001 | 101010 |
Color Harmonies of #CBB20C
Complementary color
Monochromatic Colors of #CBB20C
Black with #CBB20C
Text Example
Text Example
White with #CBB20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB20C; }
p { color: rgb(203,178,12); }
H1.HeaderClassName
{
color: #CBB20C;
}
.AnyTagClassName
{
color: #CBB20C;
}
</style>
background-color css
<style>
a { background-color: #CBB20C; }
a { background-color: rgb(203,178,12); }
div.DivClassName
{
background-color: #CBB20C;
}
.BgClassName
{
background-color: #CBB20C;
}
</style>
border-color css
<style>
span { border-color: #CBB20C; }
span { border-color: rgb(203,178,12); }
td.TdClassName
{
border-color: #CBB20C;
}
.TagClassName
{
border-color: #CBB20C;
}
</style>