Shades of Bird Flower #CBC013
Tints of Bird Flower #CBC013
RGB
CMYK
RGB Variations
Color information
#CBC013 (or 0xCBC013) is known color: Bird Flower. HEX triplet: CB, C0 and 13. RGB value is (203,192,19). Sum of RGB (Red+Green+Blue) = 203+192+19=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 19 (7.81% from 255 or 4.59% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC013 is #343FEC. Grayscale: #B0B0B0. Windows color (decimal): -3424237 or 1294539. OLE color: 1294539.
HSL color Cylindrical-coordinate representation of color #CBC013: hue angle of 56.41º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBC013 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 19 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.20 |
| HSL | 56.41º | 0.83% | 0.44% | - |
| HSV(B) | 56.41º | 0.91% | 0.8% | - |
| XYZ | 43.6 | 50.44 | 8.05 | - |
| YUV | 175.57 | 39.64 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 19 | 0 | 0.05 | 0.91 | 0.20 | 56.41 | 0.83 | 0.44 |
| Hex | CB | C0 | 13 | 0 | 5 | 5B | 14 | 38 | 53 | 2C |
| Octal | 313 | 300 | 23 | 0 | 5 | 133 | 24 | 70 | 123 | 54 |
| Binary | 11001011 | 11000000 | 10011 | 0 | 101 | 1011011 | 10100 | 111000 | 1010011 | 101100 |
Color Harmonies of #CBC013
Complementary color
Monochromatic Colors of #CBC013
Black with #CBC013
Text Example
Text Example
White with #CBC013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC013; }
p { color: rgb(203,192,19); }
H1.HeaderClassName
{
color: #CBC013;
}
.AnyTagClassName
{
color: #CBC013;
}
</style>
background-color css
<style>
a { background-color: #CBC013; }
a { background-color: rgb(203,192,19); }
div.DivClassName
{
background-color: #CBC013;
}
.BgClassName
{
background-color: #CBC013;
}
</style>
border-color css
<style>
span { border-color: #CBC013; }
span { border-color: rgb(203,192,19); }
td.TdClassName
{
border-color: #CBC013;
}
.TagClassName
{
border-color: #CBC013;
}
</style>