Shades of Bird Flower #CBC01C
Tints of Bird Flower #CBC01C
RGB
CMYK
RGB Variations
Color information
#CBC01C (or 0xCBC01C) is known color: Bird Flower. HEX triplet: CB, C0 and 1C. RGB value is (203,192,28). Sum of RGB (Red+Green+Blue) = 203+192+28=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC01C is #343FE3. Grayscale: #B1B1B1. Windows color (decimal): -3424228 or 1884363. OLE color: 1884363.
HSL color Cylindrical-coordinate representation of color #CBC01C: hue angle of 56.23º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBC01C is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 28 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.20 |
| HSL | 56.23º | 0.76% | 0.45% | - |
| HSV(B) | 56.23º | 0.86% | 0.8% | - |
| XYZ | 43.69 | 50.48 | 8.54 | - |
| YUV | 176.59 | 44.14 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 28 | 0 | 0.05 | 0.86 | 0.20 | 56.23 | 0.76 | 0.45 |
| Hex | CB | C0 | 1C | 0 | 5 | 56 | 14 | 38 | 4C | 2D |
| Octal | 313 | 300 | 34 | 0 | 5 | 126 | 24 | 70 | 114 | 55 |
| Binary | 11001011 | 11000000 | 11100 | 0 | 101 | 1010110 | 10100 | 111000 | 1001100 | 101101 |
Color Harmonies of #CBC01C
Complementary color
Monochromatic Colors of #CBC01C
Black with #CBC01C
Text Example
Text Example
White with #CBC01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC01C; }
p { color: rgb(203,192,28); }
H1.HeaderClassName
{
color: #CBC01C;
}
.AnyTagClassName
{
color: #CBC01C;
}
</style>
background-color css
<style>
a { background-color: #CBC01C; }
a { background-color: rgb(203,192,28); }
div.DivClassName
{
background-color: #CBC01C;
}
.BgClassName
{
background-color: #CBC01C;
}
</style>
border-color css
<style>
span { border-color: #CBC01C; }
span { border-color: rgb(203,192,28); }
td.TdClassName
{
border-color: #CBC01C;
}
.TagClassName
{
border-color: #CBC01C;
}
</style>