Shades of Confetti #CEC952
Tints of Confetti #CEC952
RGB
CMYK
RGB Variations
Color information
#CEC952 (or 0xCEC952) is known color: Confetti. HEX triplet: CE, C9 and 52. RGB value is (206,201,82). Sum of RGB (Red+Green+Blue) = 206+201+82=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 82 (32.42% from 255 or 16.77% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC952 is #3136AD. Grayscale: #BDBDBD. Windows color (decimal): -3225262 or 5425614. OLE color: 5425614.
HSL color Cylindrical-coordinate representation of color #CEC952: hue angle of 57.58º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEC952 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 82 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.19 |
| HSL | 57.58º | 0.56% | 0.56% | - |
| HSV(B) | 57.58º | 0.6% | 0.81% | - |
| XYZ | 47.86 | 55.5 | 16.17 | - |
| YUV | 188.93 | 67.66 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 82 | 0 | 0.02 | 0.60 | 0.19 | 57.58 | 0.56 | 0.56 |
| Hex | CE | C9 | 52 | 0 | 2 | 3C | 13 | 3A | 38 | 38 |
| Octal | 316 | 311 | 122 | 0 | 2 | 74 | 23 | 72 | 70 | 70 |
| Binary | 11001110 | 11001001 | 1010010 | 0 | 10 | 111100 | 10011 | 111010 | 111000 | 111000 |
Color Harmonies of #CEC952
Complementary color
Monochromatic Colors of #CEC952
Black with #CEC952
Text Example
Text Example
White with #CEC952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC952; }
p { color: rgb(206,201,82); }
H1.HeaderClassName
{
color: #CEC952;
}
.AnyTagClassName
{
color: #CEC952;
}
</style>
background-color css
<style>
a { background-color: #CEC952; }
a { background-color: rgb(206,201,82); }
div.DivClassName
{
background-color: #CEC952;
}
.BgClassName
{
background-color: #CEC952;
}
</style>
border-color css
<style>
span { border-color: #CEC952; }
span { border-color: rgb(206,201,82); }
td.TdClassName
{
border-color: #CEC952;
}
.TagClassName
{
border-color: #CEC952;
}
</style>