Shades of Confetti #CEC953
Tints of Confetti #CEC953
RGB
CMYK
RGB Variations
Color information
#CEC953 (or 0xCEC953) is known color: Confetti. HEX triplet: CE, C9 and 53. RGB value is (206,201,83). Sum of RGB (Red+Green+Blue) = 206+201+83=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 83 (32.81% from 255 or 16.94% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC953 is #3136AC. Grayscale: #BDBDBD. Windows color (decimal): -3225261 or 5491150. OLE color: 5491150.
HSL color Cylindrical-coordinate representation of color #CEC953: hue angle of 57.56º 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 #CEC953 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 83 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.19 |
| HSL | 57.56º | 0.56% | 0.57% | - |
| HSV(B) | 57.56º | 0.6% | 0.81% | - |
| XYZ | 47.9 | 55.52 | 16.38 | - |
| YUV | 189.04 | 68.16 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 83 | 0 | 0.02 | 0.60 | 0.19 | 57.56 | 0.56 | 0.57 |
| Hex | CE | C9 | 53 | 0 | 2 | 3C | 13 | 3A | 38 | 39 |
| Octal | 316 | 311 | 123 | 0 | 2 | 74 | 23 | 72 | 70 | 71 |
| Binary | 11001110 | 11001001 | 1010011 | 0 | 10 | 111100 | 10011 | 111010 | 111000 | 111001 |
Color Harmonies of #CEC953
Complementary color
Monochromatic Colors of #CEC953
Black with #CEC953
Text Example
Text Example
White with #CEC953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC953; }
p { color: rgb(206,201,83); }
H1.HeaderClassName
{
color: #CEC953;
}
.AnyTagClassName
{
color: #CEC953;
}
</style>
background-color css
<style>
a { background-color: #CEC953; }
a { background-color: rgb(206,201,83); }
div.DivClassName
{
background-color: #CEC953;
}
.BgClassName
{
background-color: #CEC953;
}
</style>
border-color css
<style>
span { border-color: #CEC953; }
span { border-color: rgb(206,201,83); }
td.TdClassName
{
border-color: #CEC953;
}
.TagClassName
{
border-color: #CEC953;
}
</style>