Shades of Confetti #CEC856
Tints of Confetti #CEC856
RGB
CMYK
RGB Variations
Color information
#CEC856 (or 0xCEC856) is known color: Confetti. HEX triplet: CE, C8 and 56. RGB value is (206,200,86). Sum of RGB (Red+Green+Blue) = 206+200+86=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 86 (33.98% from 255 or 17.48% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC856 is #3137A9. Grayscale: #BDBDBD. Windows color (decimal): -3225514 or 5687502. OLE color: 5687502.
HSL color Cylindrical-coordinate representation of color #CEC856: hue angle of 57º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEC856 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 86 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.19 |
| HSL | 57º | 0.55% | 0.57% | - |
| HSV(B) | 57º | 0.58% | 0.81% | - |
| XYZ | 47.79 | 55.1 | 16.92 | - |
| YUV | 188.8 | 69.99 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 86 | 0 | 0.03 | 0.58 | 0.19 | 57 | 0.55 | 0.57 |
| Hex | CE | C8 | 56 | 0 | 3 | 3A | 13 | 39 | 37 | 39 |
| Octal | 316 | 310 | 126 | 0 | 3 | 72 | 23 | 71 | 67 | 71 |
| Binary | 11001110 | 11001000 | 1010110 | 0 | 11 | 111010 | 10011 | 111001 | 110111 | 111001 |
Color Harmonies of #CEC856
Complementary color
Monochromatic Colors of #CEC856
Black with #CEC856
Text Example
Text Example
White with #CEC856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC856; }
p { color: rgb(206,200,86); }
H1.HeaderClassName
{
color: #CEC856;
}
.AnyTagClassName
{
color: #CEC856;
}
</style>
background-color css
<style>
a { background-color: #CEC856; }
a { background-color: rgb(206,200,86); }
div.DivClassName
{
background-color: #CEC856;
}
.BgClassName
{
background-color: #CEC856;
}
</style>
border-color css
<style>
span { border-color: #CEC856; }
span { border-color: rgb(206,200,86); }
td.TdClassName
{
border-color: #CEC856;
}
.TagClassName
{
border-color: #CEC856;
}
</style>