#CEC550

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

Shades of Confetti #CEC550

Tints of Confetti #CEC550

Color information

#CEC550 (or 0xCEC550) is unknown color: approx Confetti. HEX triplet: CE, C5 and 50. RGB value is (206,197,80). Sum of RGB (Red+Green+Blue) = 206+197+80=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC550 is #313AAF. Grayscale: #BABABA. Windows color (decimal): -3226288 or 5293518. OLE color: 5293518.

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

Color convert

RGB20619780-
CMYK00.040.610.19
HSL55.71º56.25%56.08%-
HSV(B)55.71º61.17%80.78%-
XYZ46.8753.6315.47-
YUV186.3567.98142.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.65%
GREEN value IS 197 (77.34% from 255) = 40.79%
BLUE value IS 80 (31.64% from 255) = 16.56%
R=42.65%
G=40.79%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061978000.040.610.1955.7156.2556.08
HexCEC550043D13383838
Octal316305120047523707070
Binary11001110110001011010000010011110110011111000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC550; }

 p { color: rgb(206,197,80); }

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

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

 a { background-color: rgb(206,197,80); }

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

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

 span { border-color: rgb(206,197,80); }

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