Shades of Bird Flower #CBC01B
Tints of Bird Flower #CBC01B
RGB
CMYK
RGB Variations
Color information
#CBC01B (or 0xCBC01B) is known color: Bird Flower. HEX triplet: CB, C0 and 1B. RGB value is (203,192,27). Sum of RGB (Red+Green+Blue) = 203+192+27=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 27 (10.94% from 255 or 6.40% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC01B is #343FE4. Grayscale: #B1B1B1. Windows color (decimal): -3424229 or 1818827. OLE color: 1818827.
HSL color Cylindrical-coordinate representation of color #CBC01B: hue angle of 56.25º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBC01B is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 27 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.20 |
| HSL | 56.25º | 0.77% | 0.45% | - |
| HSV(B) | 56.25º | 0.87% | 0.8% | - |
| XYZ | 43.68 | 50.47 | 8.48 | - |
| YUV | 176.48 | 43.64 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 27 | 0 | 0.05 | 0.87 | 0.20 | 56.25 | 0.77 | 0.45 |
| Hex | CB | C0 | 1B | 0 | 5 | 57 | 14 | 38 | 4D | 2D |
| Octal | 313 | 300 | 33 | 0 | 5 | 127 | 24 | 70 | 115 | 55 |
| Binary | 11001011 | 11000000 | 11011 | 0 | 101 | 1010111 | 10100 | 111000 | 1001101 | 101101 |
Color Harmonies of #CBC01B
Complementary color
Monochromatic Colors of #CBC01B
Black with #CBC01B
Text Example
Text Example
White with #CBC01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC01B; }
p { color: rgb(203,192,27); }
H1.HeaderClassName
{
color: #CBC01B;
}
.AnyTagClassName
{
color: #CBC01B;
}
</style>
background-color css
<style>
a { background-color: #CBC01B; }
a { background-color: rgb(203,192,27); }
div.DivClassName
{
background-color: #CBC01B;
}
.BgClassName
{
background-color: #CBC01B;
}
</style>
border-color css
<style>
span { border-color: #CBC01B; }
span { border-color: rgb(203,192,27); }
td.TdClassName
{
border-color: #CBC01B;
}
.TagClassName
{
border-color: #CBC01B;
}
</style>