Shades of Confetti #CEC550
Tints of Confetti #CEC550
RGB
CMYK
RGB Variations
Color information
#CEC550 (or 0xCEC550) is known color: Confetti. HEX triplet: CE, C5 and 50. RGB value is (206,197,80). Sum of RGB (Red+Green+Blue) = 206+197+80=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC550 is #313AAF. Grayscale: #BABABA. Windows color (decimal): -3226288 or 5293518. OLE color: 5293518.
HSL color Cylindrical-coordinate representation of color #CEC550: hue angle of 55.71º 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 #CEC550 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 80 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.19 |
| HSL | 55.71º | 0.56% | 0.56% | - |
| HSV(B) | 55.71º | 0.61% | 0.81% | - |
| XYZ | 46.87 | 53.63 | 15.47 | - |
| YUV | 186.35 | 67.98 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 80 | 0 | 0.04 | 0.61 | 0.19 | 55.71 | 0.56 | 0.56 |
| Hex | CE | C5 | 50 | 0 | 4 | 3D | 13 | 38 | 38 | 38 |
| Octal | 316 | 305 | 120 | 0 | 4 | 75 | 23 | 70 | 70 | 70 |
| Binary | 11001110 | 11000101 | 1010000 | 0 | 100 | 111101 | 10011 | 111000 | 111000 | 111000 |
Color Harmonies of #CEC550
Complementary color
Monochromatic Colors of #CEC550
Black with #CEC550
Text Example
Text Example
White with #CEC550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC550; }
p { color: rgb(206,197,80); }
H1.HeaderClassName
{
color: #CEC550;
}
.AnyTagClassName
{
color: #CEC550;
}
</style>
background-color css
<style>
a { background-color: #CEC550; }
a { background-color: rgb(206,197,80); }
div.DivClassName
{
background-color: #CEC550;
}
.BgClassName
{
background-color: #CEC550;
}
</style>
border-color css
<style>
span { border-color: #CEC550; }
span { border-color: rgb(206,197,80); }
td.TdClassName
{
border-color: #CEC550;
}
.TagClassName
{
border-color: #CEC550;
}
</style>