Shades of Bird Flower #CBBC12
Tints of Bird Flower #CBBC12
RGB
CMYK
RGB Variations
Color information
#CBBC12 (or 0xCBBC12) is known color: Bird Flower. HEX triplet: CB, BC and 12. RGB value is (203,188,18). Sum of RGB (Red+Green+Blue) = 203+188+18=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBBC12 is #3443ED. Grayscale: #ADADAD. Windows color (decimal): -3425262 or 1227979. OLE color: 1227979.
HSL color Cylindrical-coordinate representation of color #CBBC12: hue angle of 55.14º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBBC12 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 18 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.20 |
| HSL | 55.14º | 0.84% | 0.43% | - |
| HSV(B) | 55.14º | 0.91% | 0.8% | - |
| XYZ | 42.72 | 48.71 | 7.72 | - |
| YUV | 173.11 | 40.47 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 18 | 0 | 0.07 | 0.91 | 0.20 | 55.14 | 0.84 | 0.43 |
| Hex | CB | BC | 12 | 0 | 7 | 5B | 14 | 37 | 54 | 2B |
| Octal | 313 | 274 | 22 | 0 | 7 | 133 | 24 | 67 | 124 | 53 |
| Binary | 11001011 | 10111100 | 10010 | 0 | 111 | 1011011 | 10100 | 110111 | 1010100 | 101011 |
Color Harmonies of #CBBC12
Complementary color
Monochromatic Colors of #CBBC12
Black with #CBBC12
Text Example
Text Example
White with #CBBC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC12; }
p { color: rgb(203,188,18); }
H1.HeaderClassName
{
color: #CBBC12;
}
.AnyTagClassName
{
color: #CBBC12;
}
</style>
background-color css
<style>
a { background-color: #CBBC12; }
a { background-color: rgb(203,188,18); }
div.DivClassName
{
background-color: #CBBC12;
}
.BgClassName
{
background-color: #CBBC12;
}
</style>
border-color css
<style>
span { border-color: #CBBC12; }
span { border-color: rgb(203,188,18); }
td.TdClassName
{
border-color: #CBBC12;
}
.TagClassName
{
border-color: #CBBC12;
}
</style>