Shades of Bird Flower #CCBE0C
Tints of Bird Flower #CCBE0C
RGB
CMYK
RGB Variations
Color information
#CCBE0C (or 0xCCBE0C) is known color: Bird Flower. HEX triplet: CC, BE and 0C. RGB value is (204,190,12). Sum of RGB (Red+Green+Blue) = 204+190+12=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBE0C is #3341F3. Grayscale: #AEAEAE. Windows color (decimal): -3359220 or 835276. OLE color: 835276.
HSL color Cylindrical-coordinate representation of color #CCBE0C: hue angle of 55.62º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCBE0C is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 12 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.2 |
| HSL | 55.63º | 0.89% | 0.42% | - |
| HSV(B) | 55.63º | 0.94% | 0.8% | - |
| XYZ | 43.38 | 49.69 | 7.65 | - |
| YUV | 173.89 | 36.64 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 12 | 0 | 0.07 | 0.94 | 0.2 | 55.63 | 0.89 | 0.42 |
| Hex | CC | BE | C | 0 | 7 | 5E | 14 | 38 | 59 | 2A |
| Octal | 314 | 276 | 14 | 0 | 7 | 136 | 24 | 70 | 131 | 52 |
| Binary | 11001100 | 10111110 | 1100 | 0 | 111 | 1011110 | 10100 | 111000 | 1011001 | 101010 |
Color Harmonies of #CCBE0C
Complementary color
Monochromatic Colors of #CCBE0C
Black with #CCBE0C
Text Example
Text Example
White with #CCBE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE0C; }
p { color: rgb(204,190,12); }
H1.HeaderClassName
{
color: #CCBE0C;
}
.AnyTagClassName
{
color: #CCBE0C;
}
</style>
background-color css
<style>
a { background-color: #CCBE0C; }
a { background-color: rgb(204,190,12); }
div.DivClassName
{
background-color: #CCBE0C;
}
.BgClassName
{
background-color: #CCBE0C;
}
</style>
border-color css
<style>
span { border-color: #CCBE0C; }
span { border-color: rgb(204,190,12); }
td.TdClassName
{
border-color: #CCBE0C;
}
.TagClassName
{
border-color: #CCBE0C;
}
</style>