Shades of Bird Flower #CBC018
Tints of Bird Flower #CBC018
RGB
CMYK
RGB Variations
Color information
#CBC018 (or 0xCBC018) is known color: Bird Flower. HEX triplet: CB, C0 and 18. RGB value is (203,192,24). Sum of RGB (Red+Green+Blue) = 203+192+24=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 24 (9.77% from 255 or 5.73% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC018 is #343FE7. Grayscale: #B0B0B0. Windows color (decimal): -3424232 or 1622219. OLE color: 1622219.
HSL color Cylindrical-coordinate representation of color #CBC018: hue angle of 56.31º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBC018 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 24 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.20 |
| HSL | 56.31º | 0.79% | 0.45% | - |
| HSV(B) | 56.31º | 0.88% | 0.8% | - |
| XYZ | 43.64 | 50.46 | 8.3 | - |
| YUV | 176.14 | 42.14 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 24 | 0 | 0.05 | 0.88 | 0.20 | 56.31 | 0.79 | 0.45 |
| Hex | CB | C0 | 18 | 0 | 5 | 58 | 14 | 38 | 4F | 2D |
| Octal | 313 | 300 | 30 | 0 | 5 | 130 | 24 | 70 | 117 | 55 |
| Binary | 11001011 | 11000000 | 11000 | 0 | 101 | 1011000 | 10100 | 111000 | 1001111 | 101101 |
Color Harmonies of #CBC018
Complementary color
Monochromatic Colors of #CBC018
Black with #CBC018
Text Example
Text Example
White with #CBC018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC018; }
p { color: rgb(203,192,24); }
H1.HeaderClassName
{
color: #CBC018;
}
.AnyTagClassName
{
color: #CBC018;
}
</style>
background-color css
<style>
a { background-color: #CBC018; }
a { background-color: rgb(203,192,24); }
div.DivClassName
{
background-color: #CBC018;
}
.BgClassName
{
background-color: #CBC018;
}
</style>
border-color css
<style>
span { border-color: #CBC018; }
span { border-color: rgb(203,192,24); }
td.TdClassName
{
border-color: #CBC018;
}
.TagClassName
{
border-color: #CBC018;
}
</style>