Shades of Confetti #CECE51
Tints of Confetti #CECE51
RGB
CMYK
RGB Variations
Color information
#CECE51 (or 0xCECE51) is known color: Confetti. HEX triplet: CE, CE and 51. RGB value is (206,206,81). Sum of RGB (Red+Green+Blue) = 206+206+81=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 81 (32.03% from 255 or 16.43% from 493); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECE51 is #3131AE. Grayscale: #C0C0C0. Windows color (decimal): -3223983 or 5361358. OLE color: 5361358.
HSL color Cylindrical-coordinate representation of color #CECE51: hue angle of 60º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CECE51 is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 81 | - |
| CMYK | 0 | 0 | 0.61 | 0.19 |
| HSL | 60º | 0.56% | 0.56% | - |
| HSV(B) | 60º | 0.61% | 0.81% | - |
| XYZ | 49.01 | 57.86 | 16.37 | - |
| YUV | 191.75 | 65.5 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 81 | 0 | 0 | 0.61 | 0.19 | 60 | 0.56 | 0.56 |
| Hex | CE | CE | 51 | 0 | 0 | 3D | 13 | 3C | 38 | 38 |
| Octal | 316 | 316 | 121 | 0 | 0 | 75 | 23 | 74 | 70 | 70 |
| Binary | 11001110 | 11001110 | 1010001 | 0 | 0 | 111101 | 10011 | 111100 | 111000 | 111000 |
Color Harmonies of #CECE51
Complementary color
Monochromatic Colors of #CECE51
Black with #CECE51
Text Example
Text Example
White with #CECE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE51; }
p { color: rgb(206,206,81); }
H1.HeaderClassName
{
color: #CECE51;
}
.AnyTagClassName
{
color: #CECE51;
}
</style>
background-color css
<style>
a { background-color: #CECE51; }
a { background-color: rgb(206,206,81); }
div.DivClassName
{
background-color: #CECE51;
}
.BgClassName
{
background-color: #CECE51;
}
</style>
border-color css
<style>
span { border-color: #CECE51; }
span { border-color: rgb(206,206,81); }
td.TdClassName
{
border-color: #CECE51;
}
.TagClassName
{
border-color: #CECE51;
}
</style>