Shades of Confetti #CEC855
Tints of Confetti #CEC855
RGB
CMYK
RGB Variations
Color information
#CEC855 (or 0xCEC855) is known color: Confetti. HEX triplet: CE, C8 and 55. RGB value is (206,200,85). Sum of RGB (Red+Green+Blue) = 206+200+85=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC855 is #3137AA. Grayscale: #BDBDBD. Windows color (decimal): -3225515 or 5621966. OLE color: 5621966.
HSL color Cylindrical-coordinate representation of color #CEC855: hue angle of 57.02º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEC855 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 85 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.19 |
| HSL | 57.02º | 0.55% | 0.57% | - |
| HSV(B) | 57.02º | 0.59% | 0.81% | - |
| XYZ | 47.75 | 55.09 | 16.71 | - |
| YUV | 188.68 | 69.49 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 85 | 0 | 0.03 | 0.59 | 0.19 | 57.02 | 0.55 | 0.57 |
| Hex | CE | C8 | 55 | 0 | 3 | 3B | 13 | 39 | 37 | 39 |
| Octal | 316 | 310 | 125 | 0 | 3 | 73 | 23 | 71 | 67 | 71 |
| Binary | 11001110 | 11001000 | 1010101 | 0 | 11 | 111011 | 10011 | 111001 | 110111 | 111001 |
Color Harmonies of #CEC855
Complementary color
Monochromatic Colors of #CEC855
Black with #CEC855
Text Example
Text Example
White with #CEC855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC855; }
p { color: rgb(206,200,85); }
H1.HeaderClassName
{
color: #CEC855;
}
.AnyTagClassName
{
color: #CEC855;
}
</style>
background-color css
<style>
a { background-color: #CEC855; }
a { background-color: rgb(206,200,85); }
div.DivClassName
{
background-color: #CEC855;
}
.BgClassName
{
background-color: #CEC855;
}
</style>
border-color css
<style>
span { border-color: #CEC855; }
span { border-color: rgb(206,200,85); }
td.TdClassName
{
border-color: #CEC855;
}
.TagClassName
{
border-color: #CEC855;
}
</style>