Shades of Confetti #CECA51
Tints of Confetti #CECA51
RGB
CMYK
RGB Variations
Color information
#CECA51 (or 0xCECA51) is known color: Confetti. HEX triplet: CE, CA and 51. RGB value is (206,202,81). Sum of RGB (Red+Green+Blue) = 206+202+81=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 81 (32.03% from 255 or 16.56% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECA51 is #3135AE. Grayscale: #BDBDBD. Windows color (decimal): -3225007 or 5360334. OLE color: 5360334.
HSL color Cylindrical-coordinate representation of color #CECA51: hue angle of 58.08º 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 #CECA51 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 81 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.19 |
| HSL | 58.08º | 0.56% | 0.56% | - |
| HSV(B) | 58.08º | 0.61% | 0.81% | - |
| XYZ | 48.06 | 55.96 | 16.05 | - |
| YUV | 189.4 | 66.83 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 81 | 0 | 0.02 | 0.61 | 0.19 | 58.08 | 0.56 | 0.56 |
| Hex | CE | CA | 51 | 0 | 2 | 3D | 13 | 3A | 38 | 38 |
| Octal | 316 | 312 | 121 | 0 | 2 | 75 | 23 | 72 | 70 | 70 |
| Binary | 11001110 | 11001010 | 1010001 | 0 | 10 | 111101 | 10011 | 111010 | 111000 | 111000 |
Color Harmonies of #CECA51
Complementary color
Monochromatic Colors of #CECA51
Black with #CECA51
Text Example
Text Example
White with #CECA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA51; }
p { color: rgb(206,202,81); }
H1.HeaderClassName
{
color: #CECA51;
}
.AnyTagClassName
{
color: #CECA51;
}
</style>
background-color css
<style>
a { background-color: #CECA51; }
a { background-color: rgb(206,202,81); }
div.DivClassName
{
background-color: #CECA51;
}
.BgClassName
{
background-color: #CECA51;
}
</style>
border-color css
<style>
span { border-color: #CECA51; }
span { border-color: rgb(206,202,81); }
td.TdClassName
{
border-color: #CECA51;
}
.TagClassName
{
border-color: #CECA51;
}
</style>