Shades of Bird Flower #CBC00E
Tints of Bird Flower #CBC00E
RGB
CMYK
RGB Variations
Color information
#CBC00E (or 0xCBC00E) is known color: Bird Flower. HEX triplet: CB, C0 and 0E. RGB value is (203,192,14). Sum of RGB (Red+Green+Blue) = 203+192+14=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC00E is #343FF1. Grayscale: #AFAFAF. Windows color (decimal): -3424242 or 966859. OLE color: 966859.
HSL color Cylindrical-coordinate representation of color #CBC00E: hue angle of 56.51º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBC00E is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 14 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.20 |
| HSL | 56.51º | 0.87% | 0.43% | - |
| HSV(B) | 56.51º | 0.93% | 0.8% | - |
| XYZ | 43.56 | 50.43 | 7.85 | - |
| YUV | 175 | 37.14 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 14 | 0 | 0.05 | 0.93 | 0.20 | 56.51 | 0.87 | 0.43 |
| Hex | CB | C0 | E | 0 | 5 | 5D | 14 | 39 | 57 | 2B |
| Octal | 313 | 300 | 16 | 0 | 5 | 135 | 24 | 71 | 127 | 53 |
| Binary | 11001011 | 11000000 | 1110 | 0 | 101 | 1011101 | 10100 | 111001 | 1010111 | 101011 |
Color Harmonies of #CBC00E
Complementary color
Monochromatic Colors of #CBC00E
Black with #CBC00E
Text Example
Text Example
White with #CBC00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC00E; }
p { color: rgb(203,192,14); }
H1.HeaderClassName
{
color: #CBC00E;
}
.AnyTagClassName
{
color: #CBC00E;
}
</style>
background-color css
<style>
a { background-color: #CBC00E; }
a { background-color: rgb(203,192,14); }
div.DivClassName
{
background-color: #CBC00E;
}
.BgClassName
{
background-color: #CBC00E;
}
</style>
border-color css
<style>
span { border-color: #CBC00E; }
span { border-color: rgb(203,192,14); }
td.TdClassName
{
border-color: #CBC00E;
}
.TagClassName
{
border-color: #CBC00E;
}
</style>