Shades of Bird Flower #CBC50C
Tints of Bird Flower #CBC50C
RGB
CMYK
RGB Variations
Color information
#CBC50C (or 0xCBC50C) is known color: Bird Flower. HEX triplet: CB, C5 and 0C. RGB value is (203,197,12). Sum of RGB (Red+Green+Blue) = 203+197+12=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 12 (5.08% from 255 or 2.91% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC50C is #343AF3. Grayscale: #B2B2B2. Windows color (decimal): -3422964 or 837067. OLE color: 837067.
HSL color Cylindrical-coordinate representation of color #CBC50C: hue angle of 58.12º 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 #CBC50C is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 12 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.20 |
| HSL | 58.12º | 0.89% | 0.42% | - |
| HSV(B) | 58.12º | 0.94% | 0.8% | - |
| XYZ | 44.66 | 52.66 | 8.16 | - |
| YUV | 177.7 | 34.49 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 12 | 0 | 0.03 | 0.94 | 0.20 | 58.12 | 0.89 | 0.42 |
| Hex | CB | C5 | C | 0 | 3 | 5E | 14 | 3A | 59 | 2A |
| Octal | 313 | 305 | 14 | 0 | 3 | 136 | 24 | 72 | 131 | 52 |
| Binary | 11001011 | 11000101 | 1100 | 0 | 11 | 1011110 | 10100 | 111010 | 1011001 | 101010 |
Color Harmonies of #CBC50C
Complementary color
Monochromatic Colors of #CBC50C
Black with #CBC50C
Text Example
Text Example
White with #CBC50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC50C; }
p { color: rgb(203,197,12); }
H1.HeaderClassName
{
color: #CBC50C;
}
.AnyTagClassName
{
color: #CBC50C;
}
</style>
background-color css
<style>
a { background-color: #CBC50C; }
a { background-color: rgb(203,197,12); }
div.DivClassName
{
background-color: #CBC50C;
}
.BgClassName
{
background-color: #CBC50C;
}
</style>
border-color css
<style>
span { border-color: #CBC50C; }
span { border-color: rgb(203,197,12); }
td.TdClassName
{
border-color: #CBC50C;
}
.TagClassName
{
border-color: #CBC50C;
}
</style>