Shades of Confetti #CEC651
Tints of Confetti #CEC651
RGB
CMYK
RGB Variations
Color information
#CEC651 (or 0xCEC651) is known color: Confetti. HEX triplet: CE, C6 and 51. RGB value is (206,198,81). Sum of RGB (Red+Green+Blue) = 206+198+81=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 81 (32.03% from 255 or 16.70% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC651 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC651 is #3139AE. Grayscale: #BBBBBB. Windows color (decimal): -3226031 or 5359310. OLE color: 5359310.
HSL color Cylindrical-coordinate representation of color #CEC651: hue angle of 56.16º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEC651 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 81 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.19 |
| HSL | 56.16º | 0.56% | 0.56% | - |
| HSV(B) | 56.16º | 0.61% | 0.81% | - |
| XYZ | 47.13 | 54.1 | 15.74 | - |
| YUV | 187.05 | 68.15 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 81 | 0 | 0.04 | 0.61 | 0.19 | 56.16 | 0.56 | 0.56 |
| Hex | CE | C6 | 51 | 0 | 4 | 3D | 13 | 38 | 38 | 38 |
| Octal | 316 | 306 | 121 | 0 | 4 | 75 | 23 | 70 | 70 | 70 |
| Binary | 11001110 | 11000110 | 1010001 | 0 | 100 | 111101 | 10011 | 111000 | 111000 | 111000 |
Color Harmonies of #CEC651
Complementary color
Monochromatic Colors of #CEC651
Black with #CEC651
Text Example
Text Example
White with #CEC651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC651; }
p { color: rgb(206,198,81); }
H1.HeaderClassName
{
color: #CEC651;
}
.AnyTagClassName
{
color: #CEC651;
}
</style>
background-color css
<style>
a { background-color: #CEC651; }
a { background-color: rgb(206,198,81); }
div.DivClassName
{
background-color: #CEC651;
}
.BgClassName
{
background-color: #CEC651;
}
</style>
border-color css
<style>
span { border-color: #CEC651; }
span { border-color: rgb(206,198,81); }
td.TdClassName
{
border-color: #CEC651;
}
.TagClassName
{
border-color: #CEC651;
}
</style>