Shades of Confetti #CECB52
Tints of Confetti #CECB52
RGB
CMYK
RGB Variations
Color information
#CECB52 (or 0xCECB52) is known color: Confetti. HEX triplet: CE, CB and 52. RGB value is (206,203,82). Sum of RGB (Red+Green+Blue) = 206+203+82=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 82 (32.42% from 255 or 16.70% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB52 is #3134AD. Grayscale: #BEBEBE. Windows color (decimal): -3224750 or 5426126. OLE color: 5426126.
HSL color Cylindrical-coordinate representation of color #CECB52: hue angle of 58.55º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CECB52 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 82 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.19 |
| HSL | 58.55º | 0.56% | 0.56% | - |
| HSV(B) | 58.55º | 0.6% | 0.81% | - |
| XYZ | 48.33 | 56.44 | 16.33 | - |
| YUV | 190.1 | 66.99 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 82 | 0 | 0.01 | 0.60 | 0.19 | 58.55 | 0.56 | 0.56 |
| Hex | CE | CB | 52 | 0 | 1 | 3C | 13 | 3B | 38 | 38 |
| Octal | 316 | 313 | 122 | 0 | 1 | 74 | 23 | 73 | 70 | 70 |
| Binary | 11001110 | 11001011 | 1010010 | 0 | 1 | 111100 | 10011 | 111011 | 111000 | 111000 |
Color Harmonies of #CECB52
Complementary color
Monochromatic Colors of #CECB52
Black with #CECB52
Text Example
Text Example
White with #CECB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB52; }
p { color: rgb(206,203,82); }
H1.HeaderClassName
{
color: #CECB52;
}
.AnyTagClassName
{
color: #CECB52;
}
</style>
background-color css
<style>
a { background-color: #CECB52; }
a { background-color: rgb(206,203,82); }
div.DivClassName
{
background-color: #CECB52;
}
.BgClassName
{
background-color: #CECB52;
}
</style>
border-color css
<style>
span { border-color: #CECB52; }
span { border-color: rgb(206,203,82); }
td.TdClassName
{
border-color: #CECB52;
}
.TagClassName
{
border-color: #CECB52;
}
</style>