Shades of Confetti #CEC351
Tints of Confetti #CEC351
RGB
CMYK
RGB Variations
Color information
#CEC351 (or 0xCEC351) is known color: Confetti. HEX triplet: CE, C3 and 51. RGB value is (206,195,81). Sum of RGB (Red+Green+Blue) = 206+195+81=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 81 (32.03% from 255 or 16.80% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC351 is #313CAE. Grayscale: #B9B9B9. Windows color (decimal): -3226799 or 5358542. OLE color: 5358542.
HSL color Cylindrical-coordinate representation of color #CEC351: hue angle of 54.72º 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 #CEC351 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 81 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.19 |
| HSL | 54.72º | 0.56% | 0.56% | - |
| HSV(B) | 54.72º | 0.61% | 0.81% | - |
| XYZ | 46.45 | 52.75 | 15.52 | - |
| YUV | 185.29 | 69.14 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 81 | 0 | 0.05 | 0.61 | 0.19 | 54.72 | 0.56 | 0.56 |
| Hex | CE | C3 | 51 | 0 | 5 | 3D | 13 | 37 | 38 | 38 |
| Octal | 316 | 303 | 121 | 0 | 5 | 75 | 23 | 67 | 70 | 70 |
| Binary | 11001110 | 11000011 | 1010001 | 0 | 101 | 111101 | 10011 | 110111 | 111000 | 111000 |
Color Harmonies of #CEC351
Complementary color
Monochromatic Colors of #CEC351
Black with #CEC351
Text Example
Text Example
White with #CEC351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC351; }
p { color: rgb(206,195,81); }
H1.HeaderClassName
{
color: #CEC351;
}
.AnyTagClassName
{
color: #CEC351;
}
</style>
background-color css
<style>
a { background-color: #CEC351; }
a { background-color: rgb(206,195,81); }
div.DivClassName
{
background-color: #CEC351;
}
.BgClassName
{
background-color: #CEC351;
}
</style>
border-color css
<style>
span { border-color: #CEC351; }
span { border-color: rgb(206,195,81); }
td.TdClassName
{
border-color: #CEC351;
}
.TagClassName
{
border-color: #CEC351;
}
</style>