Shades of Confetti #CEC653
Tints of Confetti #CEC653
RGB
CMYK
RGB Variations
Color information
#CEC653 (or 0xCEC653) is known color: Confetti. HEX triplet: CE, C6 and 53. RGB value is (206,198,83). Sum of RGB (Red+Green+Blue) = 206+198+83=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 83 (32.81% from 255 or 17.04% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC653 is #3139AC. Grayscale: #BBBBBB. Windows color (decimal): -3226029 or 5490382. OLE color: 5490382.
HSL color Cylindrical-coordinate representation of color #CEC653: hue angle of 56.1º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEC653 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 83 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.19 |
| HSL | 56.1º | 0.56% | 0.57% | - |
| HSV(B) | 56.1º | 0.6% | 0.81% | - |
| XYZ | 47.21 | 54.13 | 16.14 | - |
| YUV | 187.28 | 69.15 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 83 | 0 | 0.04 | 0.60 | 0.19 | 56.1 | 0.56 | 0.57 |
| Hex | CE | C6 | 53 | 0 | 4 | 3C | 13 | 38 | 38 | 39 |
| Octal | 316 | 306 | 123 | 0 | 4 | 74 | 23 | 70 | 70 | 71 |
| Binary | 11001110 | 11000110 | 1010011 | 0 | 100 | 111100 | 10011 | 111000 | 111000 | 111001 |
Color Harmonies of #CEC653
Complementary color
Monochromatic Colors of #CEC653
Black with #CEC653
Text Example
Text Example
White with #CEC653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC653; }
p { color: rgb(206,198,83); }
H1.HeaderClassName
{
color: #CEC653;
}
.AnyTagClassName
{
color: #CEC653;
}
</style>
background-color css
<style>
a { background-color: #CEC653; }
a { background-color: rgb(206,198,83); }
div.DivClassName
{
background-color: #CEC653;
}
.BgClassName
{
background-color: #CEC653;
}
</style>
border-color css
<style>
span { border-color: #CEC653; }
span { border-color: rgb(206,198,83); }
td.TdClassName
{
border-color: #CEC653;
}
.TagClassName
{
border-color: #CEC653;
}
</style>