Shades of Confetti #CEC752
Tints of Confetti #CEC752
RGB
CMYK
RGB Variations
Color information
#CEC752 (or 0xCEC752) is known color: Confetti. HEX triplet: CE, C7 and 52. RGB value is (206,199,82). Sum of RGB (Red+Green+Blue) = 206+199+82=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 82 (32.42% from 255 or 16.84% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC752 is #3138AD. Grayscale: #BCBCBC. Windows color (decimal): -3225774 or 5425102. OLE color: 5425102.
HSL color Cylindrical-coordinate representation of color #CEC752: hue angle of 56.61º 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 #CEC752 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 82 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.19 |
| HSL | 56.61º | 0.56% | 0.56% | - |
| HSV(B) | 56.61º | 0.6% | 0.81% | - |
| XYZ | 47.4 | 54.58 | 16.02 | - |
| YUV | 187.76 | 68.32 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 82 | 0 | 0.03 | 0.60 | 0.19 | 56.61 | 0.56 | 0.56 |
| Hex | CE | C7 | 52 | 0 | 3 | 3C | 13 | 39 | 38 | 38 |
| Octal | 316 | 307 | 122 | 0 | 3 | 74 | 23 | 71 | 70 | 70 |
| Binary | 11001110 | 11000111 | 1010010 | 0 | 11 | 111100 | 10011 | 111001 | 111000 | 111000 |
Color Harmonies of #CEC752
Complementary color
Monochromatic Colors of #CEC752
Black with #CEC752
Text Example
Text Example
White with #CEC752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC752; }
p { color: rgb(206,199,82); }
H1.HeaderClassName
{
color: #CEC752;
}
.AnyTagClassName
{
color: #CEC752;
}
</style>
background-color css
<style>
a { background-color: #CEC752; }
a { background-color: rgb(206,199,82); }
div.DivClassName
{
background-color: #CEC752;
}
.BgClassName
{
background-color: #CEC752;
}
</style>
border-color css
<style>
span { border-color: #CEC752; }
span { border-color: rgb(206,199,82); }
td.TdClassName
{
border-color: #CEC752;
}
.TagClassName
{
border-color: #CEC752;
}
</style>