Shades of Confetti #CEC654
Tints of Confetti #CEC654
RGB
CMYK
RGB Variations
Color information
#CEC654 (or 0xCEC654) is known color: Confetti. HEX triplet: CE, C6 and 54. RGB value is (206,198,84). Sum of RGB (Red+Green+Blue) = 206+198+84=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 84 (33.20% from 255 or 17.21% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC654 is #3139AB. Grayscale: #BBBBBB. Windows color (decimal): -3226028 or 5555918. OLE color: 5555918.
HSL color Cylindrical-coordinate representation of color #CEC654: hue angle of 56.07º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEC654 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 84 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.19 |
| HSL | 56.07º | 0.55% | 0.57% | - |
| HSV(B) | 56.07º | 0.59% | 0.81% | - |
| XYZ | 47.25 | 54.15 | 16.35 | - |
| YUV | 187.4 | 69.65 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 84 | 0 | 0.04 | 0.59 | 0.19 | 56.07 | 0.55 | 0.57 |
| Hex | CE | C6 | 54 | 0 | 4 | 3B | 13 | 38 | 37 | 39 |
| Octal | 316 | 306 | 124 | 0 | 4 | 73 | 23 | 70 | 67 | 71 |
| Binary | 11001110 | 11000110 | 1010100 | 0 | 100 | 111011 | 10011 | 111000 | 110111 | 111001 |
Color Harmonies of #CEC654
Complementary color
Monochromatic Colors of #CEC654
Black with #CEC654
Text Example
Text Example
White with #CEC654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC654; }
p { color: rgb(206,198,84); }
H1.HeaderClassName
{
color: #CEC654;
}
.AnyTagClassName
{
color: #CEC654;
}
</style>
background-color css
<style>
a { background-color: #CEC654; }
a { background-color: rgb(206,198,84); }
div.DivClassName
{
background-color: #CEC654;
}
.BgClassName
{
background-color: #CEC654;
}
</style>
border-color css
<style>
span { border-color: #CEC654; }
span { border-color: rgb(206,198,84); }
td.TdClassName
{
border-color: #CEC654;
}
.TagClassName
{
border-color: #CEC654;
}
</style>