Shades of Bird Flower #CBC014
Tints of Bird Flower #CBC014
RGB
CMYK
RGB Variations
Color information
#CBC014 (or 0xCBC014) is known color: Bird Flower. HEX triplet: CB, C0 and 14. RGB value is (203,192,20). Sum of RGB (Red+Green+Blue) = 203+192+20=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC014 is #343FEB. Grayscale: #B0B0B0. Windows color (decimal): -3424236 or 1360075. OLE color: 1360075.
HSL color Cylindrical-coordinate representation of color #CBC014: hue angle of 56.39º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBC014 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 20 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.20 |
| HSL | 56.39º | 0.82% | 0.44% | - |
| HSV(B) | 56.39º | 0.9% | 0.8% | - |
| XYZ | 43.6 | 50.45 | 8.1 | - |
| YUV | 175.68 | 40.14 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 20 | 0 | 0.05 | 0.90 | 0.20 | 56.39 | 0.82 | 0.44 |
| Hex | CB | C0 | 14 | 0 | 5 | 5A | 14 | 38 | 52 | 2C |
| Octal | 313 | 300 | 24 | 0 | 5 | 132 | 24 | 70 | 122 | 54 |
| Binary | 11001011 | 11000000 | 10100 | 0 | 101 | 1011010 | 10100 | 111000 | 1010010 | 101100 |
Color Harmonies of #CBC014
Complementary color
Monochromatic Colors of #CBC014
Black with #CBC014
Text Example
Text Example
White with #CBC014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC014; }
p { color: rgb(203,192,20); }
H1.HeaderClassName
{
color: #CBC014;
}
.AnyTagClassName
{
color: #CBC014;
}
</style>
background-color css
<style>
a { background-color: #CBC014; }
a { background-color: rgb(203,192,20); }
div.DivClassName
{
background-color: #CBC014;
}
.BgClassName
{
background-color: #CBC014;
}
</style>
border-color css
<style>
span { border-color: #CBC014; }
span { border-color: rgb(203,192,20); }
td.TdClassName
{
border-color: #CBC014;
}
.TagClassName
{
border-color: #CBC014;
}
</style>