Shades of Bird Flower #CBC114
Tints of Bird Flower #CBC114
RGB
CMYK
RGB Variations
Color information
#CBC114 (or 0xCBC114) is known color: Bird Flower. HEX triplet: CB, C1 and 14. RGB value is (203,193,20). Sum of RGB (Red+Green+Blue) = 203+193+20=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC114 is #343EEB. Grayscale: #B0B0B0. Windows color (decimal): -3423980 or 1360331. OLE color: 1360331.
HSL color Cylindrical-coordinate representation of color #CBC114: hue angle of 56.72º 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 #CBC114 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 20 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.20 |
| HSL | 56.72º | 0.82% | 0.44% | - |
| HSV(B) | 56.72º | 0.9% | 0.8% | - |
| XYZ | 43.82 | 50.89 | 8.17 | - |
| YUV | 176.27 | 39.81 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 20 | 0 | 0.05 | 0.90 | 0.20 | 56.72 | 0.82 | 0.44 |
| Hex | CB | C1 | 14 | 0 | 5 | 5A | 14 | 39 | 52 | 2C |
| Octal | 313 | 301 | 24 | 0 | 5 | 132 | 24 | 71 | 122 | 54 |
| Binary | 11001011 | 11000001 | 10100 | 0 | 101 | 1011010 | 10100 | 111001 | 1010010 | 101100 |
Color Harmonies of #CBC114
Complementary color
Monochromatic Colors of #CBC114
Black with #CBC114
Text Example
Text Example
White with #CBC114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC114; }
p { color: rgb(203,193,20); }
H1.HeaderClassName
{
color: #CBC114;
}
.AnyTagClassName
{
color: #CBC114;
}
</style>
background-color css
<style>
a { background-color: #CBC114; }
a { background-color: rgb(203,193,20); }
div.DivClassName
{
background-color: #CBC114;
}
.BgClassName
{
background-color: #CBC114;
}
</style>
border-color css
<style>
span { border-color: #CBC114; }
span { border-color: rgb(203,193,20); }
td.TdClassName
{
border-color: #CBC114;
}
.TagClassName
{
border-color: #CBC114;
}
</style>