Shades of Confetti #CEC851
Tints of Confetti #CEC851
RGB
CMYK
RGB Variations
Color information
#CEC851 (or 0xCEC851) is known color: Confetti. HEX triplet: CE, C8 and 51. RGB value is (206,200,81). Sum of RGB (Red+Green+Blue) = 206+200+81=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 81 (32.03% from 255 or 16.63% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC851 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC851 is #3137AE. Grayscale: #BCBCBC. Windows color (decimal): -3225519 or 5359822. OLE color: 5359822.
HSL color Cylindrical-coordinate representation of color #CEC851: hue angle of 57.12º 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 #CEC851 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 81 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.19 |
| HSL | 57.12º | 0.56% | 0.56% | - |
| HSV(B) | 57.12º | 0.61% | 0.81% | - |
| XYZ | 47.59 | 55.02 | 15.9 | - |
| YUV | 188.23 | 67.49 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 81 | 0 | 0.03 | 0.61 | 0.19 | 57.12 | 0.56 | 0.56 |
| Hex | CE | C8 | 51 | 0 | 3 | 3D | 13 | 39 | 38 | 38 |
| Octal | 316 | 310 | 121 | 0 | 3 | 75 | 23 | 71 | 70 | 70 |
| Binary | 11001110 | 11001000 | 1010001 | 0 | 11 | 111101 | 10011 | 111001 | 111000 | 111000 |
Color Harmonies of #CEC851
Complementary color
Monochromatic Colors of #CEC851
Black with #CEC851
Text Example
Text Example
White with #CEC851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC851; }
p { color: rgb(206,200,81); }
H1.HeaderClassName
{
color: #CEC851;
}
.AnyTagClassName
{
color: #CEC851;
}
</style>
background-color css
<style>
a { background-color: #CEC851; }
a { background-color: rgb(206,200,81); }
div.DivClassName
{
background-color: #CEC851;
}
.BgClassName
{
background-color: #CEC851;
}
</style>
border-color css
<style>
span { border-color: #CEC851; }
span { border-color: rgb(206,200,81); }
td.TdClassName
{
border-color: #CEC851;
}
.TagClassName
{
border-color: #CEC851;
}
</style>