Shades of Confetti #CECB51
Tints of Confetti #CECB51
RGB
CMYK
RGB Variations
Color information
#CECB51 (or 0xCECB51) is known color: Confetti. HEX triplet: CE, CB and 51. RGB value is (206,203,81). Sum of RGB (Red+Green+Blue) = 206+203+81=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 81 (32.03% from 255 or 16.53% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB51 is #3134AE. Grayscale: #BEBEBE. Windows color (decimal): -3224751 or 5360590. OLE color: 5360590.
HSL color Cylindrical-coordinate representation of color #CECB51: hue angle of 58.56º 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 #CECB51 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 81 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.19 |
| HSL | 58.56º | 0.56% | 0.56% | - |
| HSV(B) | 58.56º | 0.61% | 0.81% | - |
| XYZ | 48.29 | 56.43 | 16.13 | - |
| YUV | 189.99 | 66.49 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 81 | 0 | 0.01 | 0.61 | 0.19 | 58.56 | 0.56 | 0.56 |
| Hex | CE | CB | 51 | 0 | 1 | 3D | 13 | 3B | 38 | 38 |
| Octal | 316 | 313 | 121 | 0 | 1 | 75 | 23 | 73 | 70 | 70 |
| Binary | 11001110 | 11001011 | 1010001 | 0 | 1 | 111101 | 10011 | 111011 | 111000 | 111000 |
Color Harmonies of #CECB51
Complementary color
Monochromatic Colors of #CECB51
Black with #CECB51
Text Example
Text Example
White with #CECB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB51; }
p { color: rgb(206,203,81); }
H1.HeaderClassName
{
color: #CECB51;
}
.AnyTagClassName
{
color: #CECB51;
}
</style>
background-color css
<style>
a { background-color: #CECB51; }
a { background-color: rgb(206,203,81); }
div.DivClassName
{
background-color: #CECB51;
}
.BgClassName
{
background-color: #CECB51;
}
</style>
border-color css
<style>
span { border-color: #CECB51; }
span { border-color: rgb(206,203,81); }
td.TdClassName
{
border-color: #CECB51;
}
.TagClassName
{
border-color: #CECB51;
}
</style>