Shades of Confetti #CEC753
Tints of Confetti #CEC753
RGB
CMYK
RGB Variations
Color information
#CEC753 (or 0xCEC753) is known color: Confetti. HEX triplet: CE, C7 and 53. RGB value is (206,199,83). Sum of RGB (Red+Green+Blue) = 206+199+83=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 83 (32.81% from 255 or 17.01% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC753 is #3138AC. Grayscale: #BCBCBC. Windows color (decimal): -3225773 or 5490638. OLE color: 5490638.
HSL color Cylindrical-coordinate representation of color #CEC753: hue angle of 56.59º 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 #CEC753 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 83 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.19 |
| HSL | 56.59º | 0.56% | 0.57% | - |
| HSV(B) | 56.59º | 0.6% | 0.81% | - |
| XYZ | 47.44 | 54.59 | 16.22 | - |
| YUV | 187.87 | 68.82 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 83 | 0 | 0.03 | 0.60 | 0.19 | 56.59 | 0.56 | 0.57 |
| Hex | CE | C7 | 53 | 0 | 3 | 3C | 13 | 39 | 38 | 39 |
| Octal | 316 | 307 | 123 | 0 | 3 | 74 | 23 | 71 | 70 | 71 |
| Binary | 11001110 | 11000111 | 1010011 | 0 | 11 | 111100 | 10011 | 111001 | 111000 | 111001 |
Color Harmonies of #CEC753
Complementary color
Monochromatic Colors of #CEC753
Black with #CEC753
Text Example
Text Example
White with #CEC753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC753; }
p { color: rgb(206,199,83); }
H1.HeaderClassName
{
color: #CEC753;
}
.AnyTagClassName
{
color: #CEC753;
}
</style>
background-color css
<style>
a { background-color: #CEC753; }
a { background-color: rgb(206,199,83); }
div.DivClassName
{
background-color: #CEC753;
}
.BgClassName
{
background-color: #CEC753;
}
</style>
border-color css
<style>
span { border-color: #CEC753; }
span { border-color: rgb(206,199,83); }
td.TdClassName
{
border-color: #CEC753;
}
.TagClassName
{
border-color: #CEC753;
}
</style>