Shades of Confetti #CECC51
Tints of Confetti #CECC51
RGB
CMYK
RGB Variations
Color information
#CECC51 (or 0xCECC51) is known color: Confetti. HEX triplet: CE, CC and 51. RGB value is (206,204,81). Sum of RGB (Red+Green+Blue) = 206+204+81=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 81 (32.03% from 255 or 16.50% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC51 is #3133AE. Grayscale: #BFBFBF. Windows color (decimal): -3224495 or 5360846. OLE color: 5360846.
HSL color Cylindrical-coordinate representation of color #CECC51: hue angle of 59.04º 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 #CECC51 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 81 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.19 |
| HSL | 59.04º | 0.56% | 0.56% | - |
| HSV(B) | 59.04º | 0.61% | 0.81% | - |
| XYZ | 48.53 | 56.9 | 16.21 | - |
| YUV | 190.58 | 66.16 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 81 | 0 | 0.01 | 0.61 | 0.19 | 59.04 | 0.56 | 0.56 |
| Hex | CE | CC | 51 | 0 | 1 | 3D | 13 | 3B | 38 | 38 |
| Octal | 316 | 314 | 121 | 0 | 1 | 75 | 23 | 73 | 70 | 70 |
| Binary | 11001110 | 11001100 | 1010001 | 0 | 1 | 111101 | 10011 | 111011 | 111000 | 111000 |
Color Harmonies of #CECC51
Complementary color
Monochromatic Colors of #CECC51
Black with #CECC51
Text Example
Text Example
White with #CECC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC51; }
p { color: rgb(206,204,81); }
H1.HeaderClassName
{
color: #CECC51;
}
.AnyTagClassName
{
color: #CECC51;
}
</style>
background-color css
<style>
a { background-color: #CECC51; }
a { background-color: rgb(206,204,81); }
div.DivClassName
{
background-color: #CECC51;
}
.BgClassName
{
background-color: #CECC51;
}
</style>
border-color css
<style>
span { border-color: #CECC51; }
span { border-color: rgb(206,204,81); }
td.TdClassName
{
border-color: #CECC51;
}
.TagClassName
{
border-color: #CECC51;
}
</style>