#CECB55

Color #CECB55 Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #CECB55

Tints of Confetti #CECB55

Color information

#CECB55 (or 0xCECB55) is unknown color: approx Confetti. HEX triplet: CE, CB and 55. RGB value is (206,203,85). Sum of RGB (Red+Green+Blue) = 206+203+85=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB55 is #3134AA. Grayscale: #BEBEBE. Windows color (decimal): -3224747 or 5622734. OLE color: 5622734.

HSL color Cylindrical-coordinate representation of color #CECB55: hue angle of 58.51º 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 #CECB55 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB20620385-
CMYK00.010.590.19
HSL58.51º55.25%57.06%-
HSV(B)58.51º58.74%80.78%-
XYZ48.4556.4916.94-
YUV190.4468.49139.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 41.70%
GREEN value IS 203 (79.69% from 255) = 41.09%
BLUE value IS 85 (33.59% from 255) = 17.21%
R=41.70%
G=41.09%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062038500.010.590.1958.5155.2557.06
HexCECB55013B133b3739
Octal316313125017323736771
Binary110011101100101110101010111101110011111011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECB55; }

 p { color: rgb(206,203,85); }

 H1.HeaderClassName
 {
   color: #CECB55;
 }
 .AnyTagClassName
 {
   color: #CECB55;
 }
</style>
background-color css

<style>
 a { background-color: #CECB55; }

 a { background-color: rgb(206,203,85); }

 div.DivClassName
 {
   background-color: #CECB55;
 }
 .BgClassName
 {
   background-color: #CECB55;
 }
</style>
border-color css

<style>
 span { border-color: #CECB55; }

 span { border-color: rgb(206,203,85); }

 td.TdClassName
 {
   border-color: #CECB55;
 }
 .TagClassName
 {
   border-color: #CECB55;
 }
</style>