Shades of Confetti #CEC451
Tints of Confetti #CEC451
RGB
CMYK
RGB Variations
Color information
#CEC451 (or 0xCEC451) is known color: Confetti. HEX triplet: CE, C4 and 51. RGB value is (206,196,81). Sum of RGB (Red+Green+Blue) = 206+196+81=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 81 (32.03% from 255 or 16.77% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC451 is #313BAE. Grayscale: #BABABA. Windows color (decimal): -3226543 or 5358798. OLE color: 5358798.
HSL color Cylindrical-coordinate representation of color #CEC451: hue angle of 55.2º 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 #CEC451 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 81 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.19 |
| HSL | 55.2º | 0.56% | 0.56% | - |
| HSV(B) | 55.2º | 0.61% | 0.81% | - |
| XYZ | 46.68 | 53.2 | 15.59 | - |
| YUV | 185.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 81 | 0 | 0.05 | 0.61 | 0.19 | 55.2 | 0.56 | 0.56 |
| Hex | CE | C4 | 51 | 0 | 5 | 3D | 13 | 37 | 38 | 38 |
| Octal | 316 | 304 | 121 | 0 | 5 | 75 | 23 | 67 | 70 | 70 |
| Binary | 11001110 | 11000100 | 1010001 | 0 | 101 | 111101 | 10011 | 110111 | 111000 | 111000 |
Color Harmonies of #CEC451
Complementary color
Monochromatic Colors of #CEC451
Black with #CEC451
Text Example
Text Example
White with #CEC451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC451; }
p { color: rgb(206,196,81); }
H1.HeaderClassName
{
color: #CEC451;
}
.AnyTagClassName
{
color: #CEC451;
}
</style>
background-color css
<style>
a { background-color: #CEC451; }
a { background-color: rgb(206,196,81); }
div.DivClassName
{
background-color: #CEC451;
}
.BgClassName
{
background-color: #CEC451;
}
</style>
border-color css
<style>
span { border-color: #CEC451; }
span { border-color: rgb(206,196,81); }
td.TdClassName
{
border-color: #CEC451;
}
.TagClassName
{
border-color: #CEC451;
}
</style>