Shades of Confetti #CEC955
Tints of Confetti #CEC955
RGB
CMYK
RGB Variations
Color information
#CEC955 (or 0xCEC955) is known color: Confetti. HEX triplet: CE, C9 and 55. RGB value is (206,201,85). Sum of RGB (Red+Green+Blue) = 206+201+85=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC955 is #3136AA. Grayscale: #BDBDBD. Windows color (decimal): -3225259 or 5622222. OLE color: 5622222.
HSL color Cylindrical-coordinate representation of color #CEC955: hue angle of 57.52º 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 #CEC955 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 85 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.19 |
| HSL | 57.52º | 0.55% | 0.57% | - |
| HSV(B) | 57.52º | 0.59% | 0.81% | - |
| XYZ | 47.98 | 55.55 | 16.79 | - |
| YUV | 189.27 | 69.16 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 85 | 0 | 0.02 | 0.59 | 0.19 | 57.52 | 0.55 | 0.57 |
| Hex | CE | C9 | 55 | 0 | 2 | 3B | 13 | 3A | 37 | 39 |
| Octal | 316 | 311 | 125 | 0 | 2 | 73 | 23 | 72 | 67 | 71 |
| Binary | 11001110 | 11001001 | 1010101 | 0 | 10 | 111011 | 10011 | 111010 | 110111 | 111001 |
Color Harmonies of #CEC955
Complementary color
Monochromatic Colors of #CEC955
Black with #CEC955
Text Example
Text Example
White with #CEC955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC955; }
p { color: rgb(206,201,85); }
H1.HeaderClassName
{
color: #CEC955;
}
.AnyTagClassName
{
color: #CEC955;
}
</style>
background-color css
<style>
a { background-color: #CEC955; }
a { background-color: rgb(206,201,85); }
div.DivClassName
{
background-color: #CEC955;
}
.BgClassName
{
background-color: #CEC955;
}
</style>
border-color css
<style>
span { border-color: #CEC955; }
span { border-color: rgb(206,201,85); }
td.TdClassName
{
border-color: #CEC955;
}
.TagClassName
{
border-color: #CEC955;
}
</style>