Shades of Confetti #CECA53
Tints of Confetti #CECA53
RGB
CMYK
RGB Variations
Color information
#CECA53 (or 0xCECA53) is known color: Confetti. HEX triplet: CE, CA and 53. RGB value is (206,202,83). Sum of RGB (Red+Green+Blue) = 206+202+83=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 83 (32.81% from 255 or 16.90% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECA53 is #3135AC. Grayscale: #BEBEBE. Windows color (decimal): -3225005 or 5491406. OLE color: 5491406.
HSL color Cylindrical-coordinate representation of color #CECA53: hue angle of 58.05º 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 #CECA53 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 83 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.19 |
| HSL | 58.05º | 0.56% | 0.57% | - |
| HSV(B) | 58.05º | 0.6% | 0.81% | - |
| XYZ | 48.14 | 55.99 | 16.45 | - |
| YUV | 189.63 | 67.83 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 83 | 0 | 0.02 | 0.60 | 0.19 | 58.05 | 0.56 | 0.57 |
| Hex | CE | CA | 53 | 0 | 2 | 3C | 13 | 3A | 38 | 39 |
| Octal | 316 | 312 | 123 | 0 | 2 | 74 | 23 | 72 | 70 | 71 |
| Binary | 11001110 | 11001010 | 1010011 | 0 | 10 | 111100 | 10011 | 111010 | 111000 | 111001 |
Color Harmonies of #CECA53
Complementary color
Monochromatic Colors of #CECA53
Black with #CECA53
Text Example
Text Example
White with #CECA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA53; }
p { color: rgb(206,202,83); }
H1.HeaderClassName
{
color: #CECA53;
}
.AnyTagClassName
{
color: #CECA53;
}
</style>
background-color css
<style>
a { background-color: #CECA53; }
a { background-color: rgb(206,202,83); }
div.DivClassName
{
background-color: #CECA53;
}
.BgClassName
{
background-color: #CECA53;
}
</style>
border-color css
<style>
span { border-color: #CECA53; }
span { border-color: rgb(206,202,83); }
td.TdClassName
{
border-color: #CECA53;
}
.TagClassName
{
border-color: #CECA53;
}
</style>