Shades of Bird Flower #CBB112
Tints of Bird Flower #CBB112
RGB
CMYK
RGB Variations
Color information
#CBB112 (or 0xCBB112) is known color: Bird Flower. HEX triplet: CB, B1 and 12. RGB value is (203,177,18). Sum of RGB (Red+Green+Blue) = 203+177+18=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB112 is #344EED. Grayscale: #A7A7A7. Windows color (decimal): -3428078 or 1225163. OLE color: 1225163.
HSL color Cylindrical-coordinate representation of color #CBB112: hue angle of 51.57º 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 #CBB112 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 18 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.20 |
| HSL | 51.57º | 0.84% | 0.43% | - |
| HSV(B) | 51.57º | 0.91% | 0.8% | - |
| XYZ | 40.46 | 44.18 | 6.97 | - |
| YUV | 166.65 | 44.11 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 18 | 0 | 0.13 | 0.91 | 0.20 | 51.57 | 0.84 | 0.43 |
| Hex | CB | B1 | 12 | 0 | D | 5B | 14 | 34 | 54 | 2B |
| Octal | 313 | 261 | 22 | 0 | 15 | 133 | 24 | 64 | 124 | 53 |
| Binary | 11001011 | 10110001 | 10010 | 0 | 1101 | 1011011 | 10100 | 110100 | 1010100 | 101011 |
Color Harmonies of #CBB112
Complementary color
Monochromatic Colors of #CBB112
Black with #CBB112
Text Example
Text Example
White with #CBB112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB112; }
p { color: rgb(203,177,18); }
H1.HeaderClassName
{
color: #CBB112;
}
.AnyTagClassName
{
color: #CBB112;
}
</style>
background-color css
<style>
a { background-color: #CBB112; }
a { background-color: rgb(203,177,18); }
div.DivClassName
{
background-color: #CBB112;
}
.BgClassName
{
background-color: #CBB112;
}
</style>
border-color css
<style>
span { border-color: #CBB112; }
span { border-color: rgb(203,177,18); }
td.TdClassName
{
border-color: #CBB112;
}
.TagClassName
{
border-color: #CBB112;
}
</style>