Shades of Confetti #CEC553
Tints of Confetti #CEC553
RGB
CMYK
RGB Variations
Color information
#CEC553 (or 0xCEC553) is known color: Confetti. HEX triplet: CE, C5 and 53. RGB value is (206,197,83). Sum of RGB (Red+Green+Blue) = 206+197+83=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 83 (32.81% from 255 or 17.08% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC553 is #313AAC. Grayscale: #BBBBBB. Windows color (decimal): -3226285 or 5490126. OLE color: 5490126.
HSL color Cylindrical-coordinate representation of color #CEC553: hue angle of 55.61º 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 #CEC553 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 83 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.19 |
| HSL | 55.61º | 0.56% | 0.57% | - |
| HSV(B) | 55.61º | 0.6% | 0.81% | - |
| XYZ | 46.98 | 53.68 | 16.07 | - |
| YUV | 186.7 | 69.48 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 83 | 0 | 0.04 | 0.60 | 0.19 | 55.61 | 0.56 | 0.57 |
| Hex | CE | C5 | 53 | 0 | 4 | 3C | 13 | 38 | 38 | 39 |
| Octal | 316 | 305 | 123 | 0 | 4 | 74 | 23 | 70 | 70 | 71 |
| Binary | 11001110 | 11000101 | 1010011 | 0 | 100 | 111100 | 10011 | 111000 | 111000 | 111001 |
Color Harmonies of #CEC553
Complementary color
Monochromatic Colors of #CEC553
Black with #CEC553
Text Example
Text Example
White with #CEC553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC553; }
p { color: rgb(206,197,83); }
H1.HeaderClassName
{
color: #CEC553;
}
.AnyTagClassName
{
color: #CEC553;
}
</style>
background-color css
<style>
a { background-color: #CEC553; }
a { background-color: rgb(206,197,83); }
div.DivClassName
{
background-color: #CEC553;
}
.BgClassName
{
background-color: #CEC553;
}
</style>
border-color css
<style>
span { border-color: #CEC553; }
span { border-color: rgb(206,197,83); }
td.TdClassName
{
border-color: #CEC553;
}
.TagClassName
{
border-color: #CEC553;
}
</style>