Shades of Confetti #CEC552
Tints of Confetti #CEC552
RGB
CMYK
RGB Variations
Color information
#CEC552 (or 0xCEC552) is known color: Confetti. HEX triplet: CE, C5 and 52. RGB value is (206,197,82). Sum of RGB (Red+Green+Blue) = 206+197+82=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC552 is #313AAD. Grayscale: #BBBBBB. Windows color (decimal): -3226286 or 5424590. OLE color: 5424590.
HSL color Cylindrical-coordinate representation of color #CEC552: hue angle of 55.65º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEC552 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 82 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.19 |
| HSL | 55.65º | 0.56% | 0.56% | - |
| HSV(B) | 55.65º | 0.6% | 0.81% | - |
| XYZ | 46.94 | 53.66 | 15.87 | - |
| YUV | 186.58 | 68.98 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 82 | 0 | 0.04 | 0.60 | 0.19 | 55.65 | 0.56 | 0.56 |
| Hex | CE | C5 | 52 | 0 | 4 | 3C | 13 | 38 | 38 | 38 |
| Octal | 316 | 305 | 122 | 0 | 4 | 74 | 23 | 70 | 70 | 70 |
| Binary | 11001110 | 11000101 | 1010010 | 0 | 100 | 111100 | 10011 | 111000 | 111000 | 111000 |
Color Harmonies of #CEC552
Complementary color
Monochromatic Colors of #CEC552
Black with #CEC552
Text Example
Text Example
White with #CEC552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC552; }
p { color: rgb(206,197,82); }
H1.HeaderClassName
{
color: #CEC552;
}
.AnyTagClassName
{
color: #CEC552;
}
</style>
background-color css
<style>
a { background-color: #CEC552; }
a { background-color: rgb(206,197,82); }
div.DivClassName
{
background-color: #CEC552;
}
.BgClassName
{
background-color: #CEC552;
}
</style>
border-color css
<style>
span { border-color: #CEC552; }
span { border-color: rgb(206,197,82); }
td.TdClassName
{
border-color: #CEC552;
}
.TagClassName
{
border-color: #CEC552;
}
</style>